aboutsummaryrefslogtreecommitdiff
path: root/examples/systemd/ratholes@.service
blob: c101612b78346821cd001b3c682e649a356e223c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Rathole Server Service
After=network.target

[Service]
Type=simple
DynamicUser=yes
Restart=on-failure
RestartSec=5s
ExecStart=/usr/bin/rathole -s /etc/rathole/%i.toml
LimitNOFILE=1048576

[Install]
WantedBy=multi-user.target