Ensure opt.mount is available

Ensure that opt.mount is complete before starting lighttpd
This commit is contained in:
Cameron Thompson
2024-05-24 12:22:52 -04:00
parent 9ea53d593d
commit 3965081d97

View File

@@ -1,6 +1,7 @@
[Unit]
Description=Lighttpd Daemon
After=network.target
Requires=opt.mount
After=network.target opt.mount
[Service]
Type=simple