···288288##### Create the systemd service
289289290290```bash
291291- cat <<SYSTEMD_UNIT_FILE >/etc/systemd/system/pds.service
291291+cat <<SYSTEMD_UNIT_FILE | sudo tee /etc/systemd/system/pds.service
292292[Unit]
293293Description=Bluesky PDS Service
294294Documentation=https://github.com/bluesky-social/pds
···427427428428There are additional environment variables that can be tweaked depending on how you're running your service. For instance, storing blobs in AWS S3, keys in AWS KMS, or setting up an email service.
429429430430-Feel free to explore those [Here](https://github.com/bluesky-social/atproto/blob/simplify-pds/packages/pds/src/config/env.ts). However, we will not be providing support for more advanced configurations.
430430+Feel free to explore those [Here](https://github.com/bluesky-social/atproto/blob/main/packages/pds/src/config/env.ts). However, we will not be providing support for more advanced configurations.