qingy_at.service 391 B

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