summaryrefslogtreecommitdiff
path: root/pristine-etc-keeper.timer
blob: 463d582060a00d21f0dd28bde5174dfaf43f72f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2016 Luke Shumaker
# This work is free. You can redistribute it and/or modify it under the
# terms of the Do What The Fuck You Want To Public License, Version 2,
# as published by Sam Hocevar. See the COPYING file for more details.

# This unit shouldn't be nescessary; the etckeeper post-install hook
# should take care of everthing, but have this just to be safe.

[Unit]
Description=Weekly autocommit of changes in pristine /etc directory
Documentation=man:pristine-etc-keeper(8)

[Timer]
OnBootSec=1d
OnUnitActiveSec=1w

[Install]
WantedBy=multi-user.target