mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-16 20:19:13 +01:00
14 lines
248 B
SYSTEMD
14 lines
248 B
SYSTEMD
|
[Unit]
|
||
|
Description=Binary Kitchen doorlockd service
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
Group=root
|
||
|
ExecStart=/usr/local/share/doorlockd/doorlockd-start
|
||
|
ExecStop=/usr/local/share/doorlockd/doorlockd-stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|