Files
infnoise/software/build-scripts/infnoise.postinst
Manuel Domke cb5bc71420 fix for #7
2018-04-10 00:01:59 +02:00

7 lines
91 B
Bash

#!/bin/sh
systemctl --system daemon-reload
systemctl enable infnoise
service udev reload