Skip to content
Snippets Groups Projects
Commit 81d2078c authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

debian: dont start service immediately, add postinst instructions

parent f5864afb
No related branches found
No related tags found
No related merge requests found
......@@ -460,7 +460,7 @@ assets = [
]
conf-files = ["/etc/conduwuit/conduwuit.toml"]
maintainer-scripts = "debian/"
systemd-units = { unit-name = "conduwuit" }
systemd-units = { unit-name = "conduwuit", start = false }
[profile.dev]
......
......@@ -31,6 +31,11 @@ case "$1" in
chmod -v 740 "$CONDUWUIT_DATABASE_PATH"
echo ''
echo 'Make sure you edit the example config at /etc/conduwuit/conduwuit.toml before starting!'
echo 'To start the server, run: systemctl start conduwuit.service'
echo ''
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment