mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
reduce number of dir-names
This commit is contained in:
parent
643c288fcd
commit
fb9c1e44f2
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=__START_FILE__ --config __CONF_FILE__
|
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