Browse Source

systemd: migrate the SySv init script to a simple bash script

Sebastien Badia 10 years ago
parent
commit
55585f7f75
3 changed files with 3 additions and 1 deletions
  1. 0 0
      conf/ynh-piratebox
  2. 2 1
      scripts/install
  3. 1 0
      scripts/remove

conf/init_ynh-piratebox → conf/ynh-piratebox


+ 2 - 1
scripts/install

@@ -135,7 +135,8 @@ sudo sed "s|<TPL:NGINX_LOCATION>|${url_path}|g" -i /var/www/piratebox_admin/conf
 sudo install -o root -g root -m 0755 ../conf/piratebox_fakedns /usr/local/bin/
 
 # Copy init script
-sudo install -o root -g root -m 0755 ../conf/init_ynh-piratebox /etc/init.d/ynh-piratebox
+sudo install -o root -g root -m 0755 ../conf/ynh-piratebox.service /lib/systemd/system/ynh-piratebox.service
+sudo install -o root -g root -m 0755 ../conf/ynh-piratebox /usr/local/bin/
 
 # Update firewall
 sudo yunohost firewall allow --no-upnp UDP 4253

+ 1 - 0
scripts/remove

@@ -24,6 +24,7 @@ domain=$(sudo yunohost app setting piratebox domain)
 sudo systemctl stop ynh-piratebox --quiet
 sudo yunohost service remove ynh-piratebox
 sudo systemctl disable ynh-piratebox --quiet
+sudo rm -f /lib/systemd/system/ynh-piratebox.service /usr/local/bin/ynh-piratebox
 sudo rm -f /tmp/.ynh-piratebox-*
 
 # Update firewall