diff --git a/install.sh b/install.sh index 06ac2e4..e03830c 100755 --- a/install.sh +++ b/install.sh @@ -87,7 +87,7 @@ Restart=always RestartSec=30 [Install] -WantedBy=multi-user.target" >~/.config/systemd/user/rsink.service +WantedBy=default.target" >~/.config/systemd/user/rsink.service systemctl --user enable rsink systemctl --user start rsink systemctl --user status rsink @@ -95,4 +95,4 @@ fi echo "RSink was installed successfully to $exe" echo "Please configure the missing fields at $HOME/.config/rsink/config.toml" -echo "An example of the configuration file located at https://github.com/abdulrahman1s/RSink/blob/master/config.example.toml" \ No newline at end of file +echo "An example of the configuration file located at https://github.com/abdulrahman1s/RSink/blob/master/config.example.toml"