mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Update systemd.service
This commit is contained in:
parent
684d50ef4d
commit
8cdc7ba454
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ After=sound.target
|
||||||
[Service]
|
[Service]
|
||||||
User=__APP__
|
User=__APP__
|
||||||
PermissionsStartOnly=true
|
PermissionsStartOnly=true
|
||||||
ExecStart=__FINALPATH__/env/bin/__APP____ --config __FINALPATH__/__APP__.conf
|
ExecStart=__FINALPATH__/env/bin/__APP__ --config __FINALPATH__/__APP__.conf
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Reference in a new issue