mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
10 lines
191 B
SYSTEMD
10 lines
191 B
SYSTEMD
|
[Unit]
|
||
|
Description=Vacuum journald logs
|
||
|
After=systemd-journald.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
User=root
|
||
|
Group=root
|
||
|
ExecStart=/usr/bin/journalctl --vacuum-time={{journald_max_retention_sec}}
|