mirror of
https://github.com/qwc/backive.git
synced 2025-01-18 01:27:19 +01:00
Add the udev and systemd stubs
This commit is contained in:
parent
b059ed3f01
commit
7cd0cee610
9
systemd/backive.service
Normal file
9
systemd/backive.service
Normal 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
1
udev/99-backive.rules
Normal file
@ -0,0 +1 @@
|
||||
KERNEL=="sd*", RUN+="/path/to/backive_udev"
|
Loading…
x
Reference in New Issue
Block a user