summarylogtreecommitdiffstats
path: root/dropbox@.service
blob: 96b53b7c6ccc4298131e8bf35032d92e806672ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Dropbox
After=local-fs.target network.target

[Service]
Type=simple
ExecStart=/usr/bin/dropboxd
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
User=%I

[Install]
WantedBy=multi-user.target