diff --git a/misc/office_status.service b/misc/office_status.service index f34c6eb..aed4c69 100644 --- a/misc/office_status.service +++ b/misc/office_status.service @@ -1,9 +1,11 @@ [Unit] Description=Reporting office status on HTTP +# To use, clone this repo to /srv/office_status and move this file to /etc/systemd/system +# Then start and enable office_status.service with systemctl [Service] ExecStart=/usr/bin/python3 /srv/office_status/server.py -User=nobody +DynamicUser=yes Group=dialout Restart=always RestartSec=5