mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
16e14aec24
* add nspawn-container folder by @peacey * Add an automated interactive setup script
14 lines
243 B
Desktop File
14 lines
243 B
Desktop File
[Unit]
|
|
Description=Setup custom container network service
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/data/on_boot.d/10-setup-network.sh
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|