mightyohm-gc-exporter/debian/service
finga 4396b9eca4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Use cargo-deb to build a Debian package
This ships also a systemd service unit and a config file for
`/etc/default`
2022-04-24 17:33:09 +02:00

12 lines
229 B
Plaintext

[Unit]
Description=MightyOhm Geiger Counter exporter
[Service]
Group=dialout
Restart=always
EnvironmentFile=/etc/default/mightyohm-gc-exporter
ExecStart=/usr/bin/mightyohm-gc-exporter $ARGS
[Install]
WantedBy=multi-user.target