This repository has been archived on 2021-01-16. You can view files and clone it, but cannot push or open issues/pull-requests.
2019-10-20 16:30:23 -05:00
|
|
|
[Unit]
|
|
|
|
Description=A livestreaming server.
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2019-11-16 15:23:42 -06:00
|
|
|
KillMode=control-group
|
2019-10-20 16:30:23 -05:00
|
|
|
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
|