Browse Source

scripts - change service name

Émile Morel 10 years ago
parent
commit
95a5a994c1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/install

+ 2 - 2
scripts/install

@@ -91,9 +91,9 @@ sudo service nginx reload
 sudo yunohost app ssowatconf
 
 # Start tor client
-service torclient start
+service ynh-torclient start
 
 # Start tor client at boot 
-insserv torclient
+insserv ynh-torclient
 
 exit 0