Magellan Linux

Contents of /tags/installer-simple-0_4_90_20140701_1/systemd/installer.service.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2646 - (show annotations) (download)
Wed Jul 2 11:28:56 2014 UTC (9 years, 10 months ago) by niro
File size: 940 byte(s)
tagged 'installer-simple-0_4_90_20140701_1'
1 [Unit]
2 Description=System Installer
3 Conflicts=getty@%INSTALLER_TTY%.service
4 After=syslog.target network.target systemd-user-sessions.service getty@%INSTALLER_TTY%.service plymouth-quit-wait.service
5 ConditionPathExists=%INSTALLER_IMAGEROOT%
6 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 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
27 [Install]
28 WantedBy=multi-user.target