You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Systemd supports overrides for unit files. Since it looks like you're just adding two values, you could just modify the existing unit file with a .d file.
ie, create a file: /etc/systemd/system/[email protected]/user.conf containing: [Service] User=openvpn Group=openvpn
That way you'll get any fixes in the unit file for openvpn automatically included when there is an upgrade.
The text was updated successfully, but these errors were encountered:
Systemd supports overrides for unit files. Since it looks like you're just adding two values, you could just modify the existing unit file with a .d file.
ie, create a file: /etc/systemd/system/[email protected]/user.conf containing:
[Service]
User=openvpn
Group=openvpn
That way you'll get any fixes in the unit file for openvpn automatically included when there is an upgrade.
The text was updated successfully, but these errors were encountered: