mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-25 02:38:42 +08:00
15 lines
310 B
Django/Jinja
15 lines
310 B
Django/Jinja
[Unit]
|
|
Description=Init image powered by Websoft9
|
|
After=network.target systemd-networkd-wait-online.service docker.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
TimeoutSec=120s
|
|
ExecStart=-/bin/bash /credentials/init.sh
|
|
ExecStartPost=/bin/systemctl disable init-apps
|
|
User=root
|
|
Group=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|