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 2507 - (hide annotations) (download)
Wed Jan 8 15:03:38 2014 UTC (10 years, 4 months ago) by niro
Original Path: trunk/installer-simple/systemd/installer.service.in
File size: 904 byte(s)
-fixed broken dependencies
1 niro 2331 [Unit]
2     Description=System Installer
3 niro 2507 After=syslog.target network.target mnt-cdrom.mount systemd-user-sessions.service getty@%INSTALLER_TTY%.service plymouth-quit-wait.service
4 niro 2331 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 niro 2506 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 niro 2331
26     [Install]
27     WantedBy=multi-user.target