mirror of
https://github.com/azlux/log2ram.git
synced 2023-10-10 13:37:24 +02:00
15 lines
296 B
Desktop File
15 lines
296 B
Desktop File
[Unit]
|
|
Description=Log2Ram
|
|
|
|
[Service]
|
|
ExecStart= /usr/local/bin/ramlog start
|
|
ExecStop= /usr/local/bin/ramlog stop
|
|
ExecReload= /usr/local/bin/ramlog write
|
|
|
|
Before=syslog.target mysql.service fail2ban.service nginx.service rsyslog.service
|
|
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|