Configs/Server/Root/etc/systemd/system/OneShot.AfterBoot.service
2023-12-12 18:06:52 +01:00

12 lines
198 B
Desktop File
Executable File

[Unit]
Description=OneShot.AfterBoot
After=network.target
[Service]
User=root
Type=exec
ExecStart=/Server/Scripts/OneShot.AfterBoot.sh
Restart=always
RestartSec=10
[Install]
WantedBy=default.target