mirror of
https://github.com/schollz/croc.git
synced 2024-11-23 23:54:17 +03:00
cb025ae8d4
A while ago a user contributed this systemd service to Arch package, I thought it would make sense to have it available in the repo itself, so that (a) other people can find it easier and (b) if there are any improvements, the entire community will benefit of them.
13 lines
197 B
Desktop File
13 lines
197 B
Desktop File
[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
|