Create systemd script

This commit is contained in:
12nick12
2017-12-12 09:12:17 -05:00
committed by GitHub
parent a9c80e1318
commit 4cb7d225da

15
systemd script Normal file
View File

@@ -0,0 +1,15 @@
# /etc/systemd/system/pwd.service
# change user to someone whos not root
[Unit]
Description=pwd
After=network-online.target
[Service]
User=root
Type=simple
ExecStart=/usr/bin/npm start /opt/plex-web-downloader/
Restart=on-abort
[Install]
WantedBy=default.target