modelmat
modelmat
``` [Unit] Description=A Microsoft OneDrive client for Linux, written in Python3. Documentation=https://github.com/derrix060/onedriveClient Wants=network-online.target After=network-online.target [Service] ExecStart=/usr/bin/onedrived start --debug ExecStop=/usr/bin/onedrived stop ExecReload=/usr/bin/onedrived restart [Install] WantedBy=multi-user.target ``` This seems to work for...
According to https://www.freedesktop.org/software/systemd/man/systemd.unit.html, these are the directories it can be in.  I think it's usually `/usr/lib/systemd/user/` is for user services, so it should go there (though this needs `sudo`...
I can see that very well... Okay then, I'll see if I can get that working.
The AUR package now installs the systemctl script. (https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=onedrive-client-git)
I'm not sure how to. AFAIK, unless we change the onedrive-client start and stop commands it should stay the same, so I'm also not sure what you're asking.
I don't think it's possible to install AUR packages on Travis as it uses an entirely different packaging system. Unless we use something like https://github.com/mikkeloscar/arch-travis, which I have no idea...
 I'm confused with what's this saying, is it this? 1. delete all files not in onedrive 2. ??? 3. add all files not on local from onedrive 4,5,6 N/A...
Yikes, I'll have a go at decrypting this.
So that's normal when in debug? Great! Thanks for having a look. If you need anything tested, I know my way around python so it should be fine.
So it works but it errors?