mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2025-11-26 07:16:02 +00:00
initial stab at systemd support for tmux-continuum
This commit is contained in:
committed by
Bruno Sutic
parent
15649e9d07
commit
05a4a827e5
10
scripts/handle_tmux_automatic_start/systemd_disable.sh
Executable file
10
scripts/handle_tmux_automatic_start/systemd_disable.sh
Executable 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
|
||||
Reference in New Issue
Block a user