8
0
Fork 0
bitvis-http/support/postinst
polyfloyd 9a60305f01
Some checks failed
Build / build (push) Failing after 7s
Set up Debian packaging
2025-05-17 18:07:03 +02:00

5 lines
110 B
Bash

#!/bin/sh
systemctl daemon-reload
systemctl restart bitvis-http.service
systemctl enable bitvis-http.service