aboutsummaryrefslogtreecommitdiff
path: root/system/etc
diff options
context:
space:
mode:
Diffstat (limited to 'system/etc')
-rwxr-xr-xsystem/etc/init.d/killi313
1 files changed, 0 insertions, 13 deletions
diff --git a/system/etc/init.d/killi3 b/system/etc/init.d/killi3
deleted file mode 100755
index 1fa83aa..0000000
--- a/system/etc/init.d/killi3
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- before killprocs
-}
-
-start() {
- for socket in `find /run/user/*/i3 -name ipc-socket*`; do
- i3-msg -s $socket exit
- done
-}