mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
16 lines
233 B
SYSTEMD
16 lines
233 B
SYSTEMD
|
[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
|
||
|
|