added copy of ffsync from arch as base info for ubuntu

This commit is contained in:
2016-10-24 23:35:31 +02:00
parent b1980dd6e1
commit ca85334660
5 changed files with 132 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=Gunicorn server running Mozilla's Firefox Sync Server - Version 1.5
After=network.target
[Service]
Type=simple
User=ffsync
Group=http
UMask=007
Restart=on-abort
ExecStart=/opt/mozilla-firefox-sync-server/local/bin/gunicorn --paste /opt/mozilla-firefox-sync-server/syncserver.ini
[Install]
WantedBy=multi-user.target