14 lines
259 B
Desktop File
14 lines
259 B
Desktop File
[Unit]
|
|
Description=Cloudron Firewall
|
|
After=docker.service
|
|
PartOf=docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment="BOX_ENV=cloudron"
|
|
ExecStart="/home/yellowtent/box/setup/start/cloudron-firewall.sh"
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|