distribution/packages/rocknix/system.d/save-sysconfig.service
2024-03-17 22:04:09 +00:00

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