blob: ef9e7bfc2cd9bc5428f4f489b2f8c3ee4f565d38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[Unit]
Description=Quingy on %I
Documentation=info:qingy
After=systemd-user-sessions.service plymouth-quit-wait.service
[Service]
Environment=TERM=linux
ExecStart=/usr/bin/qingy %I -n
Type=idle
Restart=always
RestartSec=0
UtmpIdentifier=%I
TTYPath=/dev/%I
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
KillMode=process
IgnoreSIGPIPE=no
[Install]
Alias=getty.target.wants/qingy@tty1.service
|