Skip to content

Commit

Permalink
Enable IPv6 in agama-web-server
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Apr 5, 2024
1 parent 0aeea8d commit 155a3cf
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 155a3cf

Please sign in to comment.