mirror of
https://abf.rosa.ru/djam/calamares.git
synced 2025-02-24 16:12:51 +00:00
28 lines
638 B
SYSTEMD
28 lines
638 B
SYSTEMD
![]() |
[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
|
||
|
Conflicts=display-manager.serivce
|
||
|
Before=display-manager.serivce
|
||
|
Before=getty.target
|
||
|
|
||
|
|
||
|
[Service]
|
||
|
Type=idle
|
||
|
Restart=always
|
||
|
RestartSec=0
|
||
|
ConditionKernelCommandLine=|install
|
||
|
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
|