X-Git-Url: https://git.madduck.net/etc/systemd.git/blobdiff_plain/3d426fe457e2b477b8569e86fe2cac1012ff9070..948be50fe2825de09e01d3a78eaf132e0c2d6d10:/.config/vcsh/hooks-available/systemd.update diff --git a/.config/vcsh/hooks-available/systemd.update b/.config/vcsh/hooks-available/systemd.update deleted file mode 100755 index fb09002..0000000 --- a/.config/vcsh/hooks-available/systemd.update +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -cd ~/.config/systemd/user -git ls-files . | while read s; do - s=${s##*/} - echo Enabling systemd user service $s … - systemctl --user enable $s - systemctl --user start $s -done