blob: 4fcda21967ad422845256cd6016eee83b01eafb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Nobody tells me how to use my internet >:(
[Service]
User=root
Group=root
ExecStart=/usr/bin/sysctl net.ipv4.ip_default_ttl=65
[Install]
Alias=hotspot.service
WantedBy=multi-user.target
|