initial stab at systemd support for tmux-continuum

This commit is contained in:
Pete Peteches McCabe
2015-11-23 18:28:38 +00:00
committed by Bruno Sutic
parent 15649e9d07
commit 05a4a827e5
5 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source "$CURRENT_DIR/../variables.sh"
main() {
systemctl --user disable ${systemd_service_name}
}
main