1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/conduit_ynh.git synced 2024-09-03 18:16:30 +02:00

Update install

This commit is contained in:
ericgaspar 2023-09-23 11:37:12 +02:00
parent f7c71c9c3f
commit 4a14506e0c

View file

@ -74,7 +74,7 @@ chown $app:root "$install_dir/conduit.toml"
ynh_script_progression --message="Starting a systemd service..." --weight=1
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
#=================================================
# END OF SCRIPT