Skip to content

Commit

Permalink
Merge pull request #1958 from YunoHost/OniriCorpe-patch-2
Browse files Browse the repository at this point in the history
document the 'systemd' option for 'ynh_systemctl --line_match'
  • Loading branch information
alexAubin authored Oct 1, 2024
2 parents c864770 + a2bd8f6 commit c62208a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/helpers.v2.1.d/systemd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ynh_config_remove_systemd() {
# | arg: --service= - Name of the service to start. Default : `$app`
# | arg: --action= - Action to perform with systemctl. Default: start
# | arg: --wait_until= - The pattern to find in the log to attest the service is effectively fully started.
# | arg: --log_path= - Log file - Path to the log file. Default : `/var/log/$app/$app.log`
# | arg: --log_path= - Log file - Path to the log file. Default : `/var/log/$app/$app.log`; `systemd` to listen on `journalctl --unit=$service`
# | arg: --timeout= - Timeout - The maximum time to wait before ending the watching. Default : 60 seconds.
# | arg: --length= - Length of the error log displayed for debugging : Default : 20
ynh_systemctl() {
Expand Down

0 comments on commit c62208a

Please sign in to comment.