go-scan/go-scan.service

11 lines
139 B
SYSTEMD
Raw Normal View History

2022-06-28 16:48:42 +02:00
[Unit]
Description=go-scan
[Service]
Type=simple
User=root
Group=root
ExecStart=/opt/go-scan/go-scan
[Install]
WantedBy=multi-user.target