diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-24 21:05:57 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-24 21:05:57 +0200 |
commit | 1bfdd4adf7b6f346fda8ed9f27d5a008b3034bd9 (patch) | |
tree | 6d418a5020f36d5da4153503193b373db1bed8ad /etc | |
parent | b862fe83d4f900400a0a78149c7ac9819ffc249c (diff) |
startx: Fixed 'lockfile' name
Diffstat (limited to 'etc')
-rw-r--r-- | etc/startx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ ## vim:ft=zsh if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] { - touch /tmp/.afterboot + touch /tmp/.x-started unsetopt bg_nice startx &! exit } |