mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Systemd fix and .env key fix
This commit is contained in:
parent
7be3eec845
commit
d746a8521a
2 changed files with 2 additions and 2 deletions
|
@ -16,4 +16,4 @@ ROCKET_ADDRESS=127.0.0.1
|
|||
|
||||
# Secret key used for private cookies and CSRF protection
|
||||
# You can generate one with `openssl rand -base64 32`
|
||||
ROCKET_SECRET_KEY= __KEY__
|
||||
ROCKET_SECRET_KEY=__KEY__
|
||||
|
|
|
@ -5,7 +5,7 @@ After=network.target
|
|||
[Service]
|
||||
Type=simple
|
||||
User=plume
|
||||
WorkingDirectory=/home/plume/Plume
|
||||
WorkingDirectory=__FINALPATH__/__APP__
|
||||
ExecStart=__FINALPATH__/.cargo/bin/plume
|
||||
TimeoutSec=30
|
||||
Restart=always
|
||||
|
|
Loading…
Add table
Reference in a new issue