14 lines
236 B
Desktop File
14 lines
236 B
Desktop File
[Unit]
|
|
Description=Generate nbdtab
|
|
DefaultDependencies=no
|
|
Before=sysinit.target
|
|
After=local-fs.target
|
|
ConditionPathExists=/etc/nbdtab
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/nbdtab-generator.sh
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|