8
0
Fork 0
bitvis-http/support/postinst
polyfloyd 0e6eb9483d
Some checks failed
Build / build (push) Failing after 1m24s
Set up Debian packaging
2025-05-17 18:07:46 +02:00

5 lines
110 B
Bash

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