12 lines
229 B
Desktop File
12 lines
229 B
Desktop File
[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
|