Imported and fixed from the AURv3

This commit is contained in:
Timothée Ravier 2015-06-09 12:43:30 +02:00
commit 02a43384b7
5 changed files with 136 additions and 0 deletions

14
ffsync.service Normal file
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