mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-03 03:56:12 -04:00
9 lines
191 B
Desktop File
9 lines
191 B
Desktop File
[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}}
|