Create own role for the usersquid http_proxy functionality
This commit is contained in:
parent
68215897a6
commit
ce40cb885f
10 changed files with 584 additions and 535 deletions
11
roles/lmn_localproxy/files/usersquid.service
Normal file
11
roles/lmn_localproxy/files/usersquid.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Run squid in usermode using user kerberos ticket
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/startusersquid.sh
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=xdg-desktop-autostart.target
|
Loading…
Add table
Add a link
Reference in a new issue