Magellan Linux

Annotation of /tags/installer-simple-0_4_91_20160616_1/systemd/installer.service.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2641 - (hide annotations) (download)
Wed Apr 2 11:26:54 2014 UTC (10 years, 1 month ago) by niro
Original Path: trunk/installer-simple/systemd/installer.service.in
File size: 940 byte(s)
-dropped mnt-cdrom.mount and using dracuts /run/initramfs/live iso mount path
1 niro 2331 [Unit]
2     Description=System Installer
3 niro 2511 Conflicts=getty@%INSTALLER_TTY%.service
4 niro 2641 After=syslog.target network.target systemd-user-sessions.service getty@%INSTALLER_TTY%.service plymouth-quit-wait.service
5     ConditionPathExists=%INSTALLER_IMAGEROOT%
6 niro 2331 ConditionPathExists=/dev/tty0
7    
8     [Service]
9     EnvironmentFile=-/etc/conf.d/getty
10     ExecStart=-/sbin/agetty -n -l %BINDIR%/installer %INSTALLER_TTY% $GETTY_SPEED $GETTY_TERM
11     Type=idle
12     KillMode=process
13     Restart=always
14     RestartSec=0
15     UtmpIdentifier=%INSTALLER_TTY%
16     TTYPath=/dev/%INSTALLER_TTY%
17     TTYReset=yes
18     TTYVHangup=yes
19     TTYVTDisallocate=yes
20     IgnoreSIGPIPE=no
21     SendSIGHUP=yes
22    
23     # Unset locale for the console getty since the console has problems
24     # displaying some internationalized messages.
25 niro 2508 Environment=LANG=%LOCALE% LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= LC_ADDRESS= LC_TELEPHONE= LC_MEASUREMENT= LC_IDENTIFICATION=
26 niro 2331
27     [Install]
28     WantedBy=multi-user.target