mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
14 lines
225 B
Desktop File
14 lines
225 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 -f
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|