Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
[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