mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
📦 — Fix "Add a make target for Debian packaging"
This commit is contained in:
parent
50e214c403
commit
380599c80a
5 changed files with 34 additions and 25 deletions
|
|
@ -1,14 +0,0 @@
|
|||
# vim: ft=systemd
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
# See `man systemd.exec` and `man systemd.service` for most options below
|
||||
[Service]
|
||||
ExecStart=/path/to/reaction start -c /etc/reaction.yml
|
||||
|
||||
# Ask systemd to create /var/lib/reaction (/var/lib/ is implicit)
|
||||
StateDirectory=reaction
|
||||
# Ask systemd to create /run/reaction at runtime (/run/ is implicit)
|
||||
RuntimeDirectory=reaction
|
||||
# Start reaction in its state directory
|
||||
WorkingDirectory=/var/lib/reaction
|
||||
Loading…
Add table
Add a link
Reference in a new issue