1
0
Fork 0
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:
anmol 2018-11-09 17:25:41 +05:30
parent d746a8521a
commit b15a13f621

View file

@ -4,7 +4,7 @@ After=network.target
[Service]
Type=simple
User=plume
User=__APP__
WorkingDirectory=__FINALPATH__/__APP__
ExecStart=__FINALPATH__/.cargo/bin/plume
TimeoutSec=30