Fix some things, and prepare for path-based activation. Also, comment the buggy initial dir creation and explain manual provisioning in README for now.
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
[Unit]
|
|
Description=Start <%= @service_unit %> when encrypted data directory is mounted
|
|
|
|
[Path]
|
|
PathExists=/tmp/data-dir-mounted.txt
|
|
Unit=<%= @service_unit %>
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|