Do not syncthing from systemd

This commit is contained in:
Cyryl Płotnicki 2018-04-07 14:29:23 +01:00
parent 375e177fa2
commit b22724fc0e
2 changed files with 1 additions and 4 deletions

View file

@ -1 +1 @@
/Users/cyplo/dev/dotfiles/.hyper_plugins /home/cyryl/dev/dotfiles/.hyper_plugins

View file

@ -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 )"