OneDrive: Difference between revisions

imported>Mipmip
Add additional information to prevent confussion how this service works.
imported>Nadimkobeissi
m Remove unexplained -0 suffix
Line 14: Line 14:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
onedrive --confdir=$HOME/.config/onedrive-0
onedrive --confdir=$HOME/.config/onedrive
</syntaxhighlight>
</syntaxhighlight>


Line 22: Line 22:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
systemctl --user enable onedrive@onedrive-0.service
systemctl --user enable onedrive@onedrive.service
systemctl --user start onedrive@onedrive-0.service
systemctl --user start onedrive@onedrive.service
</syntaxhighlight>
</syntaxhighlight>


Line 31: Line 31:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
systemctl --user status onedrive@onedrive-0.service
systemctl --user status onedrive@onedrive.service
</syntaxhighlight>
</syntaxhighlight>