PhyrePanel-mirror/compilators/debian/web-terminal/phyre-web-terminal.service

17 lines
351 B
SYSTEMD
Raw Normal View History

2024-04-22 11:15:52 +00:00
[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