systemd files from apk7-ubuntu

This commit is contained in:
2018-10-25 03:37:13 -03:00
parent af9bf9ff8d
commit ee987e663f
23 changed files with 2870 additions and 1 deletions

View 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