mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Systemd fix user error
This commit is contained in:
parent
d746a8521a
commit
b15a13f621
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=plume
|
User=__APP__
|
||||||
WorkingDirectory=__FINALPATH__/__APP__
|
WorkingDirectory=__FINALPATH__/__APP__
|
||||||
ExecStart=__FINALPATH__/.cargo/bin/plume
|
ExecStart=__FINALPATH__/.cargo/bin/plume
|
||||||
TimeoutSec=30
|
TimeoutSec=30
|
||||||
|
|
Loading…
Add table
Reference in a new issue