Skip to content

Commit

Permalink
chore: Ensure executing on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrahman1s authored Sep 7, 2022
1 parent 8cbdaaa commit 18f755c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ 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
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"
echo "An example of the configuration file located at https://github.com/abdulrahman1s/RSink/blob/master/config.example.toml"

0 comments on commit 18f755c

Please sign in to comment.