Added systemd service

This commit is contained in:
Your New SJW Waifu 2020-04-25 14:45:28 -05:00
parent 08a9782874
commit 5c356bc9e0
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[Unit]
Description=MovieNight RTSP server
Requires=network-online.target
After=network-online.target
[Service]
User=movienight
ExecStart=/opt/MovieNight/MovieNight
ProtectHome=true
ProtectSystem=full
NoNewPrivileges=true
[Install]
WantedBy=multi-user.target