1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-05-29 02:45:07 +02:00

doorlockd.py: add systemd service file

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2018-03-23 22:15:26 +00:00
parent b0f4e82914
commit dc724b4abb

View 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