mirror of
https://github.com/YunoHost-Apps/jackett_ynh.git
synced 2024-09-03 19:26:28 +02:00
added timeout, changed string
This commit is contained in:
parent
d910d81c88
commit
7fafcf1ed7
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ ynh_add_systemd_config
|
|||
ynh_script_progression --message="Configuring Jackett..." --weight=2
|
||||
|
||||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started. Press Ctrl+C to shut down."
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Hosting environment: Production" --timeout=30
|
||||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"
|
||||
|
||||
|
|
Loading…
Reference in a new issue