1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transmission_ynh.git synced 2024-09-04 01:46:12 +02:00

Restore transmission service in the manifest

This commit is contained in:
Maniack Crudelis 2017-06-18 19:08:07 +02:00
parent c43259682f
commit d8c3b9d4b9
3 changed files with 4 additions and 3 deletions

View file

@ -17,7 +17,8 @@
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [
"nginx" "nginx",
"transmission-daemon"
], ],
"arguments": { "arguments": {
"install": [ "install": [

View file

@ -135,7 +135,7 @@ ynh_replace_string "<div id=\"toolbar-inspector\" title=\"Toggle Inspector\"></d
# ENABLE SERVICE IN ADMIN PANEL # ENABLE SERVICE IN ADMIN PANEL
#================================================= #=================================================
sudo yunohost service add transmission-daemon sudo yunohost service add transmission-daemon --log "/var/log/syslog"
#================================================= #=================================================
# START TRANSMISSION # START TRANSMISSION

View file

@ -110,7 +110,7 @@ ynh_multimedia_addfolder "/home/yunohost.transmission/watched" "share/Torrent to
# ENABLE SERVICE IN ADMIN PANEL # ENABLE SERVICE IN ADMIN PANEL
#================================================= #=================================================
sudo yunohost service add transmission-daemon sudo yunohost service add transmission-daemon --log "/var/log/syslog"
#================================================= #=================================================
# START TRANSMISSION # START TRANSMISSION