mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +00:00
17 lines
351 B
SYSTEMD
17 lines
351 B
SYSTEMD
|
[Unit]
|
||
|
Description=Phyre Web Terminal
|
||
|
Documentation=https://phyrepanel.com/docs/
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
Group=phyre-users
|
||
|
Environment=NODE_ENV=production
|
||
|
Environment=PHYRE=/usr/local/phyre
|
||
|
ExecStart=/usr/local/phyre/web-terminal/server.js
|
||
|
ExecStop=/bin/kill -s TERM $MAINPID
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|