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
|
@ -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