mirror of
https://github.com/schollz/croc.git
synced 2024-11-23 23:54:17 +03:00
13 lines
201 B
Desktop File
13 lines
201 B
Desktop File
[Unit]
|
|
Description=croc relay
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
DynamicUser=yes
|
|
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
|
|
ExecStart=/usr/bin/croc relay
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|