forked from hasufell/hasufell-repository
14 lines
220 B
Desktop File
14 lines
220 B
Desktop File
[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
|