8 lines
304 B
Bash
Executable file
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
|