10 lines
142 B
Desktop File
10 lines
142 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Rotate the event logs
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
ExecStart=/usr/bin/rotate-event-logs.sh
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|