Added web service

This commit is contained in:
2024-07-18 10:04:07 +02:00
parent 7a1e728f2f
commit ff2751e207
7 changed files with 46 additions and 28 deletions

BIN
files/usertwist Normal file

Binary file not shown.

10
files/usertwist.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=Simple Web Service
[Service]
User=caddy
Group=caddy
ExecStart=/usr/local/bin/usertwist
[Install]
WantedBy=multi-user.target