Skip to content

Commit

Permalink
Merge pull request #68 from pj1031999/systemd-reload
Browse files Browse the repository at this point in the history
Add reload command for systemd service.
  • Loading branch information
troglobit authored Oct 28, 2023
2 parents 3332c55 + d9b8654 commit 4508108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syslogd.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Requires=syslog.socket
[Service]
EnvironmentFile=-@SYSCONFDIR@/default/syslogd
ExecStart=@SBINDIR@/syslogd -F $SYSLOGD_OPTS
ExecReload=/bin/kill -HUP $MAINPID
StandardOutput=null
Restart=on-failure

Expand Down

0 comments on commit 4508108

Please sign in to comment.