diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-02-01 22:46:22 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-02-01 22:46:22 (GMT) |
commit | f3a5f1cbfcc685d03c859e597cf19260868e2498 (patch) | |
tree | 75edd3a1b64f86b8aa2537771f4752b807d4ff76 /linhes/rsyslog/rsyslog.service | |
parent | f60be96c26c0208a9df48f25c5f435292c0d6b6c (diff) | |
download | linhes_pkgbuild-f3a5f1cbfcc685d03c859e597cf19260868e2498.zip linhes_pkgbuild-f3a5f1cbfcc685d03c859e597cf19260868e2498.tar.gz linhes_pkgbuild-f3a5f1cbfcc685d03c859e597cf19260868e2498.tar.bz2 |
rsyslog: initial inclusion
Diffstat (limited to 'linhes/rsyslog/rsyslog.service')
-rw-r--r-- | linhes/rsyslog/rsyslog.service | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/linhes/rsyslog/rsyslog.service b/linhes/rsyslog/rsyslog.service new file mode 100644 index 0000000..0f3301e --- /dev/null +++ b/linhes/rsyslog/rsyslog.service @@ -0,0 +1,16 @@ +[Unit] +Description=System Logging Service +Requires=syslog.socket +Documentation=man:rsyslogd(8) +Documentation=http://www.rsyslog.com/doc/ + +[Service] +Type=notify +PIDFile=/run/rsyslogd.pid +ExecStart=/usr/bin/rsyslogd -n -i /run/rsyslogd.pid +StandardOutput=null +Restart=on-failure + +[Install] +WantedBy=multi-user.target +Alias=syslog.service |