mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-02-21 22:07:42 +01:00
12 lines
198 B
Desktop File
12 lines
198 B
Desktop 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
|