first commit

This commit is contained in:
2020-05-13 12:47:32 +02:00
commit 62f9f7d1cf
13 changed files with 894 additions and 0 deletions

13
hubicSytemd.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=Hubic Service
After=network.target
[Service]
Type=forking
User=root
ExecStart=/opt/hubicSytemd start
ExecStop=/opt/hubicSytemd stop
RestartSec=10
[Install]
WantedBy=multi-user.target