summarylogtreecommitdiffstats
path: root/rlog.service
blob: 1f8631bd0c75665d93c800e5cd5214ee8f82e9f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=The simplest possible implementation of a syslog server written in Rust
Documentation=https://github.com/ogarcia/rlog/blob/master/README.md
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
Restart=always
LogsDirectory=rlog
ExecStart=/usr/bin/rlog

[Install]
WantedBy=multi-user.target