Add webservices

This commit is contained in:
Wojciech Jarmosz 2022-01-05 10:26:32 +01:00
commit 7261ea70ad
2 changed files with 9 additions and 0 deletions

BIN
webservice Normal file

Binary file not shown.

9
webservice.service Normal file
View File

@ -0,0 +1,9 @@
[Unit]
Description=web service
After=network-online.target
[Service]
ExecStart=/home/hetzner_webservice/webservice
[Install]
WantedBy=multi-user.target