13 lines
229 B
SYSTEMD
13 lines
229 B
SYSTEMD
|
[Unit]
|
||
|
Description=Back up the system config before shutting down
|
||
|
DefaultDependencies=no
|
||
|
Before=shutdown.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/chksysconfig backup
|
||
|
TimeoutStartSec=0
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=shutdown.target
|