8
0
Fork 0
bitvis-http/support/postinst
polyfloyd 094b653c2b
All checks were successful
Build / build (push) Successful in 1m25s
Set up Debian packaging
2025-05-17 18:10:24 +02:00

5 lines
110 B
Bash

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