Skip to content

Instantly share code, notes, and snippets.

@synthmeat
Created October 31, 2016 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save synthmeat/db9a68bee22f0abfff98aee9b51e787e to your computer and use it in GitHub Desktop.
Save synthmeat/db9a68bee22f0abfff98aee9b51e787e to your computer and use it in GitHub Desktop.
[Unit]
Description=TV Show Tracker
[Service]
After=syslog.target network.target mongodb.service
Environment=NODE_ENV=production
ExecStart=/home/tvstrack/live/scripts/start.sh
WorkingDirectory=/home/tvstrack/live
LimitNOFILE=4096
IgnoreSIGPIPE=false
KillMode=process
User=tvstrack
Group=tvstrack
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment