mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 04:25:03 +08:00
11 lines
182 B
Desktop File
11 lines
182 B
Desktop File
[Unit]
|
|
Description = Scheduler for ZSC Network Support
|
|
After = network.target
|
|
|
|
[Service]
|
|
ExecStart=/opt/scheduler/tools/start.sh
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|