Skip to content

Commit

Permalink
eturnal: Set env variable ETURNAL_ETC_PREFIX for configuration file
Browse files Browse the repository at this point in the history
With `ETURNAL_ETC_PREFIX=/project/eturnal` eturnal uses
`/project/eturnal/etc/eturnal.yml`.
  • Loading branch information
pmenzel committed May 17, 2021
1 parent bd69e5c commit 4d2ce76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc_systemd_units/eturnal.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Documentation=https://github.com/processone/eturnal/blob/1.4.1/CHANGELOG.md
[Service]
Type=notify
User=eturnprj
Environment=ETURNAL_ETC_PREFIX=/project/eturnal
ExecStart=/project/eturnal/eturnal-current/bin/eturnalctl foreground
ExecReload=/project/eturnal/eturnal-current/bin/eturnalctl reload
ExecStop=/project/eturnal/eturnal-current/bin/eturnalctl stop
Expand Down

0 comments on commit 4d2ce76

Please sign in to comment.