bootshorn_investigation/install
2025-06-01 21:37:27 +02:00

8 lines
304 B
Bash
Executable file

#!/bin/sh
cp bootshorn-record.service /usr/local/lib/systemd/system
cp bootshorn-process.service /usr/local/lib/systemd/system
cp bootshorn-process.timer /usr/local/lib/systemd/system
systemctl daemon-reload
systemctl enable --now bootshorn-record.service
systemctl enable --now bootshorn-process.timer