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

@ -1,5 +1,7 @@
#!/bin/bash
systemctl enable vikunja.service
# Fix the config to contain proper values
NEW_SECRET=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)
sed -i "s/<jwt-secret>/$NEW_SECRET/g" /etc/vikunja/config.yml