12 lines
203 B
Desktop File
12 lines
203 B
Desktop File
[Unit]
|
|
Description=Dropbox
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/home/luzifer/.dropbox-dist/dropboxd
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target
|