diff options
Diffstat (limited to 'systemd/README.md')
-rw-r--r-- | systemd/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/systemd/README.md b/systemd/README.md new file mode 100644 index 0000000..1d88021 --- /dev/null +++ b/systemd/README.md @@ -0,0 +1,4 @@ +1. Put env into `/etc/systemd-env/`, using the entire name of the unit, with instance suffix, and an extra `.env`, + e.g. `/etc/systemd-env/fifo-cronolog@example.service.env` +2. `systemctl enable fifo-cronolog@example` +3. Use systemd overrides if you need to add dependencies. |