finga
4396b9eca4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This ships also a systemd service unit and a config file for `/etc/default`
11 lines
229 B
Text
11 lines
229 B
Text
[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
|