Skip to content

Commit 9329afa

Browse files
committed
Add Sven Vowe @nuclearglow as a systemd maintainer
1 parent 0ad6174 commit 9329afa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

scripts/handle_tmux_automatic_start/systemd_disable.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# Maintainer: Sven Vowe @nuclearglow
4+
# Contact maintainer for any change to this file.
5+
36
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
47

58
source "$CURRENT_DIR/../variables.sh"

scripts/handle_tmux_automatic_start/systemd_enable.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# Maintainer: Sven Vowe @nuclearglow
4+
# Contact maintainer for any change to this file.
5+
36
CURRENT_DIR="$( dirname ${BASH_SOURCE[0]} )"
47

58
source "$CURRENT_DIR/../helpers.sh"

0 commit comments

Comments
 (0)