Magellan Linux

Annotation of /trunk/installer-simple/systemd/installer.service.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2331 - (hide annotations) (download)
Fri Jan 3 13:51:48 2014 UTC (10 years, 4 months ago) by niro
File size: 896 byte(s)
-include systemd service files
1 niro 2331 [Unit]
2     Description=System Installer
3     After=syslog.target network.target mnt-cdrom.mount systemd-user-sessions.service getty@%INSTALLER_TTY% plymouth-quit-wait.service
4     ConditionPathExists=/mnt/cdrom/system
5     ConditionPathExists=/dev/tty0
6    
7     [Service]
8     EnvironmentFile=-/etc/conf.d/getty
9     ExecStart=-/sbin/agetty -n -l %BINDIR%/installer %INSTALLER_TTY% $GETTY_SPEED $GETTY_TERM
10     Type=idle
11     KillMode=process
12     Restart=always
13     RestartSec=0
14     UtmpIdentifier=%INSTALLER_TTY%
15     TTYPath=/dev/%INSTALLER_TTY%
16     TTYReset=yes
17     TTYVHangup=yes
18     TTYVTDisallocate=yes
19     IgnoreSIGPIPE=no
20     SendSIGHUP=yes
21    
22     # Unset locale for the console getty since the console has problems
23     # displaying some internationalized messages.
24     Environment=LANG= 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=
25    
26     [Install]
27     WantedBy=multi-user.target