mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-19 15:22:08 +00:00
17 lines
507 B
Desktop File
17 lines
507 B
Desktop File
[Unit]
|
|
Description=System Logging Service
|
|
Requires=syslog.socket
|
|
Documentation=http://www.rsyslog.com/doc/
|
|
|
|
[Service]
|
|
Type=notify
|
|
Environment=RSYSLOG_MODDIR=/storage/.kodi/addons/service.rsyslog/lib/rsyslog/
|
|
ExecStartPre=/bin/sh /storage/.kodi/addons/service.rsyslog/bin/rsyslog.init
|
|
ExecStart=/storage/.kodi/addons/service.rsyslog/bin/rsyslogd -n -f /storage/.kodi/userdata/addon_data/service.rsyslog/rsyslog.conf
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=kodi.target
|
|
Alias=syslog.service
|