From 18f755c49b853c5771e78ad02c6c6a86a4e869e0 Mon Sep 17 00:00:00 2001 From: Abdulrahman Salah <61483023+abdulrahman1s@users.noreply.github.com> Date: Wed, 7 Sep 2022 02:18:26 +0200 Subject: [PATCH] chore: Ensure executing on startup --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"