mirror of
https://github.com/YunoHost-Apps/cockpit_ynh.git
synced 2024-09-03 18:16:26 +02:00
Update install
This commit is contained in:
parent
43b1e23c12
commit
dff622dcda
1 changed files with 3 additions and 1 deletions
|
@ -90,7 +90,7 @@ ynh_script_progression --message="Starting a systemd service..." --weight=2
|
||||||
|
|
||||||
# Reload services
|
# Reload services
|
||||||
#systemctl enable cockpit.socket --quiet
|
#systemctl enable cockpit.socket --quiet
|
||||||
ynh_systemd_action --service_name=cockpit.socket --action=start
|
#ynh_systemd_action --service_name=cockpit.socket --action=start
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# ADVERTISE SERVICE IN ADMIN PANEL
|
# ADVERTISE SERVICE IN ADMIN PANEL
|
||||||
|
@ -98,6 +98,8 @@ ynh_systemd_action --service_name=cockpit.socket --action=start
|
||||||
|
|
||||||
yunohost service add cockpit.socket --description="Monitor" #--log="/var/log/syslog"
|
yunohost service add cockpit.socket --description="Monitor" #--log="/var/log/syslog"
|
||||||
|
|
||||||
|
ynh_systemd_action --service_name=cockpit.socket --action="start" --log_path="/var/log/$app/$app.log"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue