mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
16 lines
351 B
Desktop File
16 lines
351 B
Desktop File
[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
|