File owncast.service of Package owncast
[Unit] Description=Owncast Service [Service] Type=simple WorkingDirectory=/var/lib/owncast ReadWritePaths=/var/lib/owncast /var/log/owncast ExecStart=/usr/sbin/owncast -logdir /var/log/owncast Restart=always RestartSec=5 User=owncast Group=owncast NoNewPrivileges=true SecureBits=noroot ProtectSystem=strict ProtectHome=yes [Install] WantedBy=multi-user.target