summaryrefslogtreecommitdiff
path: root/pristine-etc-keeper.service
blob: 4cf43053c244c224dbcb34d49ffef5147abe1a1f (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=Update 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/drain
IOSchedulingClass=idle