blob: 78fc82727abd4921db72de9f9e681a83e991fb33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Twitch logging service inspired by justlog
[Service]
User=rustlog
Group=rustlog
Restart=on-failure
ExecStart=rustlog
WorkingDirectory=/etc/rustlog
[Install]
WantedBy=default.target
|