mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-16 12:09:10 +01:00
Ralf Ramsauer
58e93f4e15
Prevents crashes during bootup. Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
13 lines
186 B
Desktop File
13 lines
186 B
Desktop File
[Unit]
|
|
Description=Binary Kitchen doorstate service
|
|
After=network.target network-online.target
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
ExecStart=doorstate
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|