mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore: instruct users to use systemctl edit (#6098)
Edit to unit files are likely to be overwritten by upgrades to it. To prevent users from losing their edits, redirect them to use `systemd`'s `edit` functionality instead. Signed-off-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
@@ -35,6 +35,9 @@ After=network.target
|
||||
Documentation=https://www.firezone.dev/kb
|
||||
|
||||
[Service]
|
||||
|
||||
# DO NOT EDIT ANY OF THE BELOW BY HAND. USE `systemctl edit firezone-gateway` INSTEAD TO CUSTOMIZE.
|
||||
|
||||
Type=simple
|
||||
Environment="FIREZONE_NAME=$FIREZONE_NAME"
|
||||
Environment="FIREZONE_ID=$FIREZONE_ID"
|
||||
|
||||
Reference in New Issue
Block a user