Skip to content

Instantly share code, notes, and snippets.

@OldCrowEW
Created August 14, 2016 15:19
Show Gist options
  • Save OldCrowEW/b0921b05a5d7d7ad51697c760ea39433 to your computer and use it in GitHub Desktop.
Save OldCrowEW/b0921b05a5d7d7ad51697c760ea39433 to your computer and use it in GitHub Desktop.
[Unit]
Description=PlexRequest
After=network.target
[Service]
Environment=ROOT_URL=http://localhost:3000/plexrequests
User=plexrequest
Type=simple
WorkingDirectory=/opt/plexrequests
ExecStart=/usr/local/bin/meteor
KillMode=process
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