mirror of
https://github.com/schollz/croc.git
synced 2024-11-28 17:44:51 +03:00
13 lines
197 B
SYSTEMD
13 lines
197 B
SYSTEMD
|
[Unit]
|
||
|
Description=croc relay
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=nobody
|
||
|
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
|
||
|
ExecStart=/usr/bin/croc relay
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|