15 lines
287 B
Plaintext
15 lines
287 B
Plaintext
|
|
# /Users/samue/Documents/quadlets/pods/vpnstack/vpnstack.pod
|
||
|
|
[Unit]
|
||
|
|
Description=VPN Stack Pod
|
||
|
|
Wants=network-online.target
|
||
|
|
After=network-online.target
|
||
|
|
|
||
|
|
[Pod]
|
||
|
|
# Name of the pod
|
||
|
|
Name=vpnstack
|
||
|
|
# Enable network for the pod
|
||
|
|
Network=bridge
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
# Restart policy for the pod
|
||
|
|
Restart=always
|