1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-06-14 04:02:34 +02:00
doorlockd-mirror/systemd/doorlockd.service
Ralf Ramsauer 95b6550e49 Makefile: introduce more variables
Instead of repeating things.

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2019-06-15 22:33:31 +02:00

13 lines
164 B
Desktop File

[Unit]
Description=Binary Kitchen doorlockd service
After=network.target
[Service]
User=root
Group=root
ExecStart=doorlockd
[Install]
WantedBy=multi-user.target