mirror of https://github.com/qwc/backive.git
Add the udev and systemd stubs
This commit is contained in:
parent
b059ed3f01
commit
7cd0cee610
|
@ -0,0 +1,9 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Backive
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Nice=19
|
||||||
|
IOSchedulingClass=2
|
||||||
|
IOSchedulingPriority=7
|
||||||
|
WorkingDirectory=/the/path/of/backive
|
||||||
|
ExecStart=backive
|
|
@ -0,0 +1 @@
|
||||||
|
KERNEL=="sd*", RUN+="/path/to/backive_udev"
|
Loading…
Reference in New Issue