Browse Source
Merge pull request #27 from knopki/patch-1
systemd_enable.sh: is_enabled -> is-enabled
pull/103/head
Bruno Sutic
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/handle_tmux_automatic_start/systemd_enable.sh
|
|
@ -37,7 +37,7 @@ template() { |
|
|
|
} |
|
|
|
|
|
|
|
systemd_tmux_is_enabled() { |
|
|
|
systemctl --user is_enabled $(basename "${systemd_unit_file_path}") >/dev/null 2>&1 |
|
|
|
systemctl --user is-enabled $(basename "${systemd_unit_file_path}") >/dev/null 2>&1 |
|
|
|
} |
|
|
|
|
|
|
|
enable_tmux_unit_on_boot() { |
|
|
|