aboutsummaryrefslogtreecommitdiff
path: root/examples/systemd/ratholes.service
blob: 62e5031f2da45178987c359903822646c382f5a6 (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/rathole.toml
LimitNOFILE=1048576

[Install]
WantedBy=multi-user.target