Add the udev and systemd stubs

This commit is contained in:
Marcel Otte 2022-01-31 23:33:39 +01:00
parent b059ed3f01
commit 7cd0cee610
2 changed files with 10 additions and 0 deletions

9
systemd/backive.service Normal file
View File

@ -0,0 +1,9 @@
[Unit]
Description=Backive
[Service]
Nice=19
IOSchedulingClass=2
IOSchedulingPriority=7
WorkingDirectory=/the/path/of/backive
ExecStart=backive

1
udev/99-backive.rules Normal file
View File

@ -0,0 +1 @@
KERNEL=="sd*", RUN+="/path/to/backive_udev"