mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
13 lines
164 B
SYSTEMD
13 lines
164 B
SYSTEMD
|
[Unit]
|
||
|
Description=Binary Kitchen doorstate service
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
Group=root
|
||
|
ExecStart=doorstate
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|