2015-01-27 23:27:51 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Calamares installer
|
|
|
|
DefaultDependencies=no
|
|
|
|
After=livesys-late.service systemd-user-sessions.service getty@tty1.service plymouth-quit.service
|
|
|
|
Conflicts=getty@tty1.service
|
|
|
|
Conflicts=getty@%i.service
|
2015-03-15 14:29:29 +01:00
|
|
|
Conflicts=display-manager.serivce
|
|
|
|
Before=display-manager.serivce
|
2015-01-27 23:27:51 +01:00
|
|
|
Before=getty.target
|
2015-03-15 14:29:29 +01:00
|
|
|
ConditionKernelCommandLine=|install
|
2015-01-27 23:27:51 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=idle
|
|
|
|
Restart=always
|
|
|
|
RestartSec=0
|
|
|
|
ExecStart=/usr/sbin/calamares-install-start
|
|
|
|
ExecReload=/usr/bin/killall X
|
|
|
|
ExecStop=/usr/bin/killall X
|
|
|
|
StandardInput=null
|
|
|
|
StandardOutput=kmsg+console
|
|
|
|
StandardError=kmsg+console
|
|
|
|
KillMode=process
|
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|