diff --git a/setup.sh b/setup.sh index cbf813c7..9ff2824b 100755 --- a/setup.sh +++ b/setup.sh @@ -194,7 +194,7 @@ install_services() { for service in "${services[@]}"; do if [ -f "/opt/aitbc/systemd/$service" ]; then log "Installing $service..." - cp "/opt/aitbc/systemd/$service" /etc/systemd/system/ + ln -sf "/opt/aitbc/systemd/$service" /etc/systemd/system/ else warning "Service file not found: $service" fi