mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-09 14:33:03 +02:00
fix: Update debian systemd unit path
This commit is contained in:
parent
d19e0f0d97
commit
e7124edb73
2 changed files with 5 additions and 5 deletions
|
@ -79,9 +79,9 @@
|
||||||
# This is the only directory where continuwuity will save its data,
|
# This is the only directory where continuwuity will save its data,
|
||||||
# including media. Note: this was previously "/var/lib/matrix-conduit".
|
# including media. Note: this was previously "/var/lib/matrix-conduit".
|
||||||
#
|
#
|
||||||
# YOU NEED TO EDIT THIS, UNLESS you are running continuwuity as a `systemd` service.
|
# YOU NEED TO EDIT THIS, UNLESS you are running continuwuity as a
|
||||||
# The service file sets it to `/var/lib/conduwuit` using an environment variable
|
# `systemd` service. The service file sets it to `/var/lib/conduwuit`
|
||||||
# and also grants write access.
|
# using an environment variable and also grants write access.
|
||||||
#
|
#
|
||||||
# example: "/var/lib/conduwuit"
|
# example: "/var/lib/conduwuit"
|
||||||
#
|
#
|
||||||
|
|
|
@ -33,11 +33,11 @@ section = "net"
|
||||||
priority = "optional"
|
priority = "optional"
|
||||||
conf-files = ["/etc/conduwuit/conduwuit.toml"]
|
conf-files = ["/etc/conduwuit/conduwuit.toml"]
|
||||||
maintainer-scripts = "../../dist/debian/"
|
maintainer-scripts = "../../dist/debian/"
|
||||||
systemd-units = { unit-name = "conduwuit", start = false }
|
systemd-units = { unit-name = "conduwuit", start = false, unit-scripts = "../../dist/" }
|
||||||
assets = [
|
assets = [
|
||||||
["../../dist/debian/README.md", "usr/share/doc/conduwuit/README.Debian", "644"],
|
["../../dist/debian/README.md", "usr/share/doc/conduwuit/README.Debian", "644"],
|
||||||
["../../README.md", "usr/share/doc/conduwuit/", "644"],
|
["../../README.md", "usr/share/doc/conduwuit/", "644"],
|
||||||
["../../target/release/conduwuit", "usr/sbin/conduwuit", "755"],
|
["../../target/release/conduwuit", "usr/bin/conduwuit", "755"],
|
||||||
["../../conduwuit-example.toml", "etc/conduwuit/conduwuit.toml", "640"],
|
["../../conduwuit-example.toml", "etc/conduwuit/conduwuit.toml", "640"],
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue