This repository has been archived on 2021-01-16. You can view files and clone it, but cannot push or open issues/pull-requests.
satyr/install/satyr.service

21 lines
339 B
INI
Raw Normal View History

[Unit]
2019-11-27 22:07:20 -06:00
Description=satyr livestreaming server
After=network.target
[Service]
KillMode=control-group
Restart=on-failure
User=satyr
Environment="HOME=/var/lib/satyr"
WorkingDirectory=/opt/satyr
2020-06-27 23:27:47 -05:00
ExecStart=/usr/bin/npm run start
PrivateTmp=true
ProtectHome=true
ProtectSystem=full
NoNewPrivileges=true
[Install]
2020-06-27 23:27:47 -05:00
WantedBy=multi-user.target