mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 02:14:26 +01:00
doorlockd.py: add systemd service file
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
parent
b0f4e82914
commit
dc724b4abb
12
doorlockd-new/doorlockd.service
Normal file
12
doorlockd-new/doorlockd.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Binary Kitchen doorlockd service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
Group=root
|
||||
ExecStart=/home/doorlock/doorlockd/doorlockd.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user