arch-packages/ffsync.service

15 lines
337 B
SYSTEMD
Raw Normal View History

2015-06-09 12:43:30 +02:00
[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