summarylogtreecommitdiffstats
path: root/onedriveClient.service
diff options
context:
space:
mode:
authorModelmat2019-01-07 11:59:25 +1100
committerModelmat2019-01-07 11:59:25 +1100
commita50466275f8ede9c5f555becf4c820e65dc9900f (patch)
tree5c17e09aa2295041446c5481a6d459c685d4f6a5 /onedriveClient.service
downloadaur-a50466275f8ede9c5f555becf4c820e65dc9900f.tar.gz
Transfer from onedriveclient-git; Use repo packages not pip installed packages
Diffstat (limited to 'onedriveClient.service')
-rwxr-xr-xonedriveClient.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/onedriveClient.service b/onedriveClient.service
new file mode 100755
index 000000000000..4605acdc02d4
--- /dev/null
+++ b/onedriveClient.service
@@ -0,0 +1,13 @@
+[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/onedrive-client start --debug
+ExecStop=/usr/bin/onedrive-client stop
+ExecReload=/usr/bin/onedrive-client restart
+
+[Install]
+WantedBy=multi-user.target