summarylogtreecommitdiffstats
path: root/rlog.service
diff options
context:
space:
mode:
authorÓscar García Amor2023-04-12 16:33:25 +0200
committerÓscar García Amor2023-04-12 16:33:25 +0200
commit91038d5b2fddd3bdcad8b9c56c019f1ecf83f484 (patch)
tree8999781023bc992b2cc3962fc45cc99d63f74b1e /rlog.service
downloadaur-rlog-syslog.tar.gz
Initial upload: rlog-syslog 0.1.0-1
Diffstat (limited to 'rlog.service')
-rw-r--r--rlog.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/rlog.service b/rlog.service
new file mode 100644
index 000000000000..1f8631bd0c75
--- /dev/null
+++ b/rlog.service
@@ -0,0 +1,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