summarylogtreecommitdiffstats
path: root/dropbox.service
diff options
context:
space:
mode:
authorGavin Lloyd2015-07-01 13:42:53 -0700
committerGavin Lloyd2015-07-01 13:42:53 -0700
commit43cc234c101630b8ed63bda164d7f4589243788c (patch)
treef34576d179f4454ae0b252cfe85780e9648a992f /dropbox.service
downloadaur-43cc234c101630b8ed63bda164d7f4589243788c.tar.gz
Init commit
Diffstat (limited to 'dropbox.service')
-rw-r--r--dropbox.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/dropbox.service b/dropbox.service
new file mode 100644
index 000000000000..4eaab115c80f
--- /dev/null
+++ b/dropbox.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Dropbox
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dropboxd
+ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
+Restart=on-failure
+
+[Install]
+WantedBy=default.target
+