diff options
author | Karel Kočí <cynerd@email.cz> | 2016-10-15 19:22:44 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-10-15 19:22:44 +0200 |
commit | 02a2196150b16ee1c343a5587cadb177016fe222 (patch) | |
tree | 8ef95619620a4689a12d26eff0a0287954a2cd3c /local/bin/startme | |
parent | b17cad80bfaf348ce805868dc4b35211a4c32906 (diff) | |
download | myconfigs-02a2196150b16ee1c343a5587cadb177016fe222.tar.gz myconfigs-02a2196150b16ee1c343a5587cadb177016fe222.tar.bz2 myconfigs-02a2196150b16ee1c343a5587cadb177016fe222.zip |
Update files to changes done while abandoning systemd
Now I use openrc.
Diffstat (limited to 'local/bin/startme')
-rwxr-xr-x | local/bin/startme | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/local/bin/startme b/local/bin/startme deleted file mode 100755 index 4af6150..0000000 --- a/local/bin/startme +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -if ls ~/.annoyme/*.pid 2>/dev/null >/dev/null; then - annoyme -fi - -startx |