systemd files from apk7-ubuntu
This commit is contained in:
18
systemd/dropbox-renato.service
Normal file
18
systemd/dropbox-renato.service
Normal file
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=Dropbox Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/sh -c '/usr/bin/dropbox start'
|
||||
ExecStop=/bin/sh -c '/usr/bin/dropbox stop'
|
||||
PIDFile=/home/renato/.dropbox/dropbox.pid
|
||||
User=renato
|
||||
Group=renato
|
||||
Type=forking
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
StartLimitInterval=60s
|
||||
StartLimitBurst=3
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user