Use cargo-deb
to build a Debian package
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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`
This commit is contained in:
parent
ccb05e9b02
commit
4396b9eca4
3 changed files with 32 additions and 0 deletions
11
debian/service
vendored
Normal file
11
debian/service
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue