Build a Debian package with cargo-deb
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add everything to build a Debian package.
This commit is contained in:
parent
869229c30e
commit
3ecc096500
3 changed files with 33 additions and 1 deletions
16
service/remindrs.service
Normal file
16
service/remindrs.service
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=remindrs
|
||||
After=syslog.target
|
||||
After=network.target
|
||||
Requires=postgresql.service
|
||||
|
||||
[Service]
|
||||
RestartSec=2s
|
||||
Type=simple
|
||||
User=%u
|
||||
Group=%g
|
||||
ExecStart=remindrs
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue