diff --git a/setup.sh b/setup.sh index 4da613c..96d35fd 100644 --- a/setup.sh +++ b/setup.sh @@ -49,7 +49,8 @@ get_conf() { set_conf() { echo "Setting configuration" ln -s $sync_directory_path/*.service $systemd_units_path/ - ln -s $sync_directory_path/*.timer $systemd_units_path/ + ln -s $sync_directory_path/conf-sync-server.timer $systemd_units_path/conf-sync.timer + ln -s $sync_directory_path/restart-upmpdcli.timer $systemd_units_path/ systemctl daemon-reload systemctl enable conf-sync.timer mpd.service upmpdcli.service restart-upmpdcli.timer }