doors/doorsd.service
Workantile ed1ddbcf0e Add a systemd service file
This lets us start the doorsd daemon automatically on startup.  We also
configure it to restart if the daemon is ever killed.

Signed-off-by: Workantile <maintainers@workantile.com>
2015-04-09 19:39:14 +00:00

10 lines
138 B
Desktop File

[Unit]
Description=Workantile Doors RFID Daemon
[Service]
ExecStart=/usr/bin/doorsd
Restart=always
[Install]
WantedBy=multi-user.target