Do not syncthing from systemd
This commit is contained in:
parent
375e177fa2
commit
b22724fc0e
2 changed files with 1 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
/Users/cyplo/dev/dotfiles/.hyper_plugins
|
/home/cyryl/dev/dotfiles/.hyper_plugins
|
|
@ -26,9 +26,6 @@ if [[ -z $NO_SYSTEMCTL ]]; then
|
||||||
sudo systemctl restart docker
|
sudo systemctl restart docker
|
||||||
sudo systemctl enable fail2ban
|
sudo systemctl enable fail2ban
|
||||||
sudo systemctl restart fail2ban
|
sudo systemctl restart fail2ban
|
||||||
echo "Enabling Syncthing for $USER"
|
|
||||||
sudo systemctl enable syncthing@$USER.service
|
|
||||||
sudo systemctl restart syncthing@$USER.service
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
Loading…
Reference in a new issue