summaryrefslogtreecommitdiffstats
path: root/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-local-stage4.service
blob: 146a9ab7bc7dc372dc3105d3778fe4ba22957d92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=add local DNBD3 proxy to dnbd0 for caching
Requires=dnbd3-proxy.service
After=dnbd3-proxy.service

[Service]
; Do simple, otherwise it will delay system from being considered fully booted up
Type=simple
ExecStart=/opt/openslx/scripts/systemd-dnbd3_local_stage4
RemainAfterExit=true
Restart=no