satyr/install/satyr.service
2019-11-16 15:23:42 -06:00

20 lines
331 B
Desktop File

[Unit]
Description=A livestreaming server.
After=network.target
[Service]
KillMode=control-group
Restart=on-failure
User=satyr
Environment="HOME=/var/lib/satyr"
WorkingDirectory=/opt/satyr
ExecStart=/usr/bin/npm start
PrivateTmp=true
ProtectHome=true
ProtectSystem=full
NoNewPrivileges=true
[Install]
WantedBy=multi-user.target