summarylogtreecommitdiffstats
path: root/plexrequests.service
diff options
context:
space:
mode:
authorZack Baldwin2016-01-22 20:41:41 -0600
committerZack Baldwin2016-01-22 20:41:41 -0600
commitf5e81a5e7fb8abcb956ffd1aa605128c14315105 (patch)
treed80c568bdc161607e9e2ac83657a33612cd070af /plexrequests.service
downloadaur-f5e81a5e7fb8abcb956ffd1aa605128c14315105.tar.gz
Initial import
Diffstat (limited to 'plexrequests.service')
-rw-r--r--plexrequests.service18
1 files changed, 18 insertions, 0 deletions
diff --git a/plexrequests.service b/plexrequests.service
new file mode 100644
index 000000000000..d388b658c38f
--- /dev/null
+++ b/plexrequests.service
@@ -0,0 +1,18 @@
+[Unit]
+Description=PlexRequests
+After=network.target
+
+[Service]
+User=plexrequests
+Type=simple
+WorkingDirectory=/opt/plexrequests
+ExecStart=/usr/bin/meteor
+KillMode=process
+Restart=always
+StandardOutput=syslog
+StandardError=syslog
+SyslogIdentifier=plexrequests
+User=plexrequests
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file