Imported and fixed from the AURv3
This commit is contained in:
commit
02a43384b7
5 changed files with 136 additions and 0 deletions
14
ffsync.service
Normal file
14
ffsync.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue