dotfile / development / 5745762 vs. 5d7ec61

Compare Hashes
[Unit]
Description=Dotfile Hub Development Server
Description=Dotfilehub Development Server
After=network.target

[Install]
WantedBy=default.target

[Service]
Type=simple
ExecStart=/var/dotfilehub/development/dotfile/bin/dotfilehub -addr localhost:6871 -db /home/dotfile/dev.db -proxyheaders -secure -host dev.dotfilehub.com
WorkingDirectory=/var/dotfilehub/development/dotfile/bin
Restart=on-failure
ExecStart=/var/dotfilehub/development/dotfile/bin/dotfilehub\
-proxyheaders -secure\
-addr localhost:6871\
-db /home/dotfile/dev.db\
-host dev.dotfilehub.com\
-smtp-path /home/dotfile/smtp.json

[Install]
WantedBy=default.target