logclean-job: add missing Install section for timer
Without it it doesn't get enabled at boot time. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3266a65a83
commit
9661063ebd
|
@ -4,3 +4,6 @@ After=multi-user.target
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar={{ logclean_timer_frequency }}
|
OnCalendar={{ logclean_timer_frequency }}
|
||||||
Persistent=yes
|
Persistent=yes
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
||||||
|
|
Loading…
Reference in New Issue