conf: Remove un-needed headers

This commit is contained in:
Sebastien Badia
2015-05-14 16:35:54 -07:00
parent f8257cb41b
commit bf7f9aca56
2 changed files with 19 additions and 29 deletions

View File

@@ -1,15 +1,4 @@
#!/bin/bash
### BEGIN INIT INFO
# Provides: ynh-vpnclient
# Required-Start: $network $remote_fs $syslog yunohost-api
# Required-Stop: $network $remote_fs $syslog
# Should-Start: ynh-hotspot
# Should-Stop: ynh-hotspot
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start VPN client.
# Description: Start VPN client.
### END INIT INFO
# VPN Client app for YunoHost
# Copyright (C) 2015 Julien Vaubourg <julien@vaubourg.com>

View File

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