added --force to haki.service symlink

This commit is contained in:
Spyros Ligouras 2013-07-17 16:31:50 +03:00
parent b2e7f2e41e
commit af65daac9c

View File

@ -23,5 +23,5 @@ cd /home/haki && chown -R haki $REPO
cd /home/haki/$REPO && sudo -u haki npm install
# system service setup
ln -s /home/haki/$REPO/scripts/haki.service /etc/systemd/system/haki.service
ln -sf /home/haki/$REPO/scripts/haki.service /etc/systemd/system/haki.service
systemctl enable haki