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 | onedrive --confdir=$HOME/.config/onedrive | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 22: | Line 22: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
systemctl --user enable onedrive@onedrive | systemctl --user enable onedrive@onedrive.service | ||
systemctl --user start onedrive@onedrive | systemctl --user start onedrive@onedrive.service | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 31: | Line 31: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
systemctl --user status onedrive@onedrive | systemctl --user status onedrive@onedrive.service | ||
</syntaxhighlight> | </syntaxhighlight> | ||