You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a systemd user service file that starts ARRPC and I think it would be good to include it as an example in the repository. It is not perfect and could have improvements but I made it the best and most simple I could.
The only prerequisite is that you have cloned the ARRPC git repository yourself (and should go without saying, have the dependencies to run ARRPC installed) and to put this in your systemd user service folder (in my case ~/.config/systemd/user) and then execute systemctl --user enable --now arrpc
The text was updated successfully, but these errors were encountered:
I have created a systemd user service file that starts ARRPC and I think it would be good to include it as an example in the repository. It is not perfect and could have improvements but I made it the best and most simple I could.
The only prerequisite is that you have cloned the ARRPC git repository yourself (and should go without saying, have the dependencies to run ARRPC installed) and to put this in your systemd user service folder (in my case
~/.config/systemd/user
) and then executesystemctl --user enable --now arrpc
The text was updated successfully, but these errors were encountered: