Skip to content

Instantly share code, notes, and snippets.

@anjandev
Created December 21, 2016 23:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anjandev/471b0241eb4523de1c1b9b0adab625b6 to your computer and use it in GitHub Desktop.
Save anjandev/471b0241eb4523de1c1b9b0adab625b6 to your computer and use it in GitHub Desktop.
# Save this to /home/USER/.config/systemd/user/sr.ht.service
[Unit]
Description=Sr.ht Files Server
[Service]
Type=simple
# Remember to change these values to your user name
ExecStart=/usr/bin/python /home/anjan/sr.ht/app.py
WorkingDirectory = /home/anjan/sr.ht/
PrivateTmp=true
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment