diff options
Diffstat (limited to 'meta/recipes-extended/sysklogd/files/syslogd.service')
| -rw-r--r-- | meta/recipes-extended/sysklogd/files/syslogd.service | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-extended/sysklogd/files/syslogd.service b/meta/recipes-extended/sysklogd/files/syslogd.service new file mode 100644 index 0000000000..eeaff3d38d --- /dev/null +++ b/meta/recipes-extended/sysklogd/files/syslogd.service | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=System Logging Service | ||
| 3 | Requires=syslog.socket | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | Type=forking | ||
| 7 | ExecStart=/sbin/syslogd | ||
| 8 | PIDFile=/var/run/syslogd.pid | ||
| 9 | StandardOutput=null | ||
| 10 | Restart=on-failure | ||
| 11 | |||
| 12 | [Install] | ||
| 13 | WantedBy=multi-user.target | ||
| 14 | Alias=syslog.service | ||
