blob: 9b165eeaa4f055adfec2e98a998d077437a2545a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Dumps dlog logs onto disk
[Service]
Nice=19
User=log
Group=log
SmackProcessLabel=dlogutil
ExecStart=/usr/bin/dlog_logger -b 99 -t 600
Restart=always
[Install]
WantedBy=multi-user.target
|