1
0

Add systemd service file to linux packages

This commit is contained in:
kolaente
2021-03-28 18:18:58 +02:00
parent 6c3488b8aa
commit bc782e68ff
3 changed files with 30 additions and 0 deletions

View File

@ -8,6 +8,8 @@ homepage: "https://vikunja.io"
section: "default"
priority: "extra"
license: "AGPLv3"
depends:
- systemd
contents:
- src: <binlocation>
dst: /opt/vikunja/vikunja
@ -17,5 +19,7 @@ contents:
- src: /opt/vikunja/vikunja
dst: /usr/local/bin/vikunja
type: "symlink"
- src: vikunja.service
dst: /usr/lib/systemd/system/vikunja.service
scripts:
postinstall: ./build/after-install.sh