summaryrefslogtreecommitdiff
path: root/pristine-etc-keeper.service
blob: 5024265b69e28f62c0e4218396c84d70af8b37a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.
[Unit]
Description=Autocommit of changes in pristine /etc directory
Documentation=man:pristine-etc-keeper(8)
DefaultDependencies=no
Conflicts=shutdown.target
After=local-fs.target time-sync.target
Before=shutdown.target

[Service]
# Can't use Type=oneshot because that would block when starting
Type=simple
ExecStart=/etc/etckeeper/pristine-etc-keeper
IOSchedulingClass=idle