1
0
Fork 0
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:
siwinter 2021-08-23 23:59:48 +02:00 committed by GitHub
parent 684d50ef4d
commit 8cdc7ba454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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