1
0

feat: 添加omc执行脚本的systemd服务

This commit is contained in:
TsMask
2025-05-29 19:32:01 +08:00
parent 551dfb3587
commit e986487579
4 changed files with 19 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=omc execute script daemon
[Service]
ExecStart=/usr/local/etc/omc/script/omc_exec.sh
Type=oneshot
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1 @@
#!/bin/bash