summaryrefslogtreecommitdiff
path: root/net-misc/dropbox/files/dropbox_at.service-r1
blob: b46a8509c61c195f1ae13adc567f7e67bd001c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Dropbox
After=local-fs.target network.target

[Service]
ExecStart=/opt/dropbox/dropboxd
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
User=%i

[Install]
WantedBy=multi-user.target