mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
15 lines
233 B
Desktop File
15 lines
233 B
Desktop File
[Unit]
|
|
Description=Dropbox
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/dropbox
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=on-failure
|
|
Environment=DISPLAY=:0 XDG_CURRENT_DESKTOP=Unity
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|