mirror of https://github.com/digint/btrbk
Create btrbk-network.service.in
Create new service that waits for network to be active.pull/611/head
parent
3965f2393d
commit
c306a27c8f
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=btrbk backup
|
||||
Documentation=man:btrbk(1)
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=@BINDIR@/btrbk run
|
Loading…
Reference in New Issue