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
All major distros are now based on systemd and users can create their own services which start on user logon.
Assume that mono is already installed and mono-version is unpacked to /home/${USER}/.local/bin/webdav/ directory.
User have to create systemd directory
mkdir -p ~/.config/systemd/user
Then place there wrappermailru.service file with following content
All major distros are now based on systemd and users can create their own services which start on user logon.
Assume that
mono
is already installed and mono-version is unpacked to/home/${USER}/.local/bin/webdav/
directory.User have to create systemd directory
Then place there
wrappermailru.service
file with following contentReload systed config:
And finally enable service:
The text was updated successfully, but these errors were encountered: