diff options
Diffstat (limited to '.config/rc/init.d/swaybg')
| -rwxr-xr-x | .config/rc/init.d/swaybg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/rc/init.d/swaybg b/.config/rc/init.d/swaybg new file mode 100755 index 0000000..02f85e8 --- /dev/null +++ b/.config/rc/init.d/swaybg @@ -0,0 +1,4 @@ +#!/sbin/openrc-run +command="/usr/bin/swaybg" +supervisor=supervise-daemon +error_logger="logger -t '${RC_SVCNAME}' -p daemon.error" |