Create systemd script

This commit is contained in:
12nick12 2017-12-12 09:12:17 -05:00 committed by GitHub
parent a9c80e1318
commit 4cb7d225da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

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