Skip to content

Commit

Permalink
Enable IPv6 on agama-web-server (#1134)
Browse files Browse the repository at this point in the history
Enable IPv6 support in the `agama-web-server` service (thanks @lslezak
for the hint).
  • Loading branch information
lslezak authored Apr 5, 2024
2 parents 0aeea8d + 155a3cf commit 3a8c46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/share/agama-web-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=network-online.target agama.service

[Service]
Type=simple
ExecStart=/usr/bin/agama-web-server serve --address 0.0.0.0:80 --address2 0.0.0.0:443 --generate-token /run/agama/token
ExecStart=/usr/bin/agama-web-server serve --address :::80 --address2 :::443 --generate-token /run/agama/token
PIDFile=/run/agama/web.pid
User=root
TimeoutStopSec=5
Expand Down

0 comments on commit 3a8c46a

Please sign in to comment.