mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-04-04 05:37:35 +03:00
Properly handle systemd start/stop during Debian package install, closes #30
This commit is contained in:
parent
07a1fe3acb
commit
6fbbb0c7b5
4 changed files with 38 additions and 3 deletions
|
@ -53,6 +53,8 @@ nfpms:
|
|||
- src: config/ntfy.service
|
||||
dst: /lib/systemd/system/ntfy.service
|
||||
scripts:
|
||||
postinstall: "scripts/postinst.sh"
|
||||
preremove: "scripts/prerm.sh"
|
||||
postremove: "scripts/postrm.sh"
|
||||
archives:
|
||||
-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue