Add 'firefox-syncstorage/' from commit '738c7f7c72
'
git-subtree-dir: firefox-syncstorage git-subtree-mainline:fe8d766c45
git-subtree-split:738c7f7c72
This commit is contained in:
commit
4ea6300b8a
4 changed files with 99 additions and 0 deletions
24
firefox-syncstorage/firefox-syncstorage.service
Normal file
24
firefox-syncstorage/firefox-syncstorage.service
Normal file
|
@ -0,0 +1,24 @@
|
|||
[Unit]
|
||||
Description=Actix web server running Mozilla Firefox Sync Storage
|
||||
Wants=mysql.service
|
||||
After=network.target mysql.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/firefox-syncstorage --config=/etc/firefox-syncstorage.toml
|
||||
Restart=on-abort
|
||||
|
||||
User=syncstorage
|
||||
Group=syncstorage
|
||||
UMask=007
|
||||
|
||||
NoNewPrivileges=yes
|
||||
ProtectSystem=strict
|
||||
ProtectHome=true
|
||||
PrivateTmp=true
|
||||
PrivateDevices=true
|
||||
ProtectKernelTunables=true
|
||||
ProtectKernelModules=true
|
||||
ProtectControlGroups=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue