added systemd service

This commit is contained in:
Daniel Sommer 2022-06-28 16:48:42 +02:00
parent c48e1e6564
commit 858ac02319

11
go-scan.service Normal file
View file

@ -0,0 +1,11 @@
[Unit]
Description=go-scan
[Service]
Type=simple
User=root
Group=root
ExecStart=/opt/go-scan/go-scan
[Install]
WantedBy=multi-user.target