You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
219 B
INI
12 lines
219 B
INI
5 years ago
|
[Unit]
|
||
|
Description=firefox sync server socket at {{ domain }}
|
||
|
|
||
|
[Socket]
|
||
|
ListenStream={{ socket_path }}
|
||
|
SocketUser={{ system_user }}
|
||
|
SocketGroup={{ nginx_system_user }}
|
||
|
SocketMode=0660
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sockets.target
|