mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
14 lines
218 B
Desktop File
14 lines
218 B
Desktop File
[Unit]
|
|
Description=Binary Kitchen doorstate service
|
|
After=network.target network-online.target
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
ExecStart=doorstate
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|