diff options
author | root <root@rshg054.dnsready.net> | 2012-08-21 00:02:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-21 00:02:33 +0000 |
commit | a3669c04838b48b6891b2ffc4b296fa515f8174f (patch) | |
tree | fb838dbf7e59e2f79d7fca0fce6d93c254a5c173 /community-testing/qingy/qingy@.service | |
parent | 524da814660fa35bca4a24d0faa0a10b7eab5c6f (diff) |
Tue Aug 21 00:02:33 UTC 2012
Diffstat (limited to 'community-testing/qingy/qingy@.service')
-rw-r--r-- | community-testing/qingy/qingy@.service | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/community-testing/qingy/qingy@.service b/community-testing/qingy/qingy@.service new file mode 100644 index 000000000..ce2156def --- /dev/null +++ b/community-testing/qingy/qingy@.service @@ -0,0 +1,20 @@ +[Unit] +Description=Quingy on %I +Documentation=info:qingy +After=systemd-user-sessions.service plymouth-quit-wait.service + +[Service] +Environment=TERM=linux +ExecStart=/sbin/qingy %I -n +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 |