mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-01 06:57:04 +01:00
703ecc9c86
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
14 lines
222 B
Desktop File
14 lines
222 B
Desktop File
[Unit]
|
|
Description=Binary Kitchen doorlockd service
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
EnvironmentFile=-/etc/sysconfig/doorlockd
|
|
ExecStart=/usr/local/sbin/doorlockd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|