aboutsummaryrefslogtreecommitdiffstats
path: root/mageia/usr/lib/systemd/system/mandriva-everytime.service
blob: cc247dba3e91bf70c5dc97bcc90ad4f343901612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Reconfigure the system on administrator request
DefaultDependencies=no
Conflicts=shutdown.target
Before=basic.target shutdown.target
After=local-fs.target dkms-autorebuild.service

[Service]
ExecStart=-/etc/init.d/mandrake_everytime
Type=oneshot
TimeoutSec=0
StandardInput=tty
RemainAfterExit=yes

[Install]
WantedBy=basic.target