1
0
Fork 0
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:
ericgaspar 2021-12-06 23:06:28 +01:00
parent 43b1e23c12
commit dff622dcda
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -90,7 +90,7 @@ ynh_script_progression --message="Starting a systemd service..." --weight=2
# Reload services
#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
@ -98,6 +98,8 @@ ynh_systemd_action --service_name=cockpit.socket --action=start
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
#=================================================