如何使用 OpenRC 创建/使用服务?

时间:2021-01-28 17:51:39

标签: linux systemd

我习惯于使用 systemd 创建和使用这样的服务:

XXXX.服务:

[Unit]
Description=Report Service

[Service]
Type=Simple
ExecStart=/path/to/my/script.sh

XXXX.定时器:

[Unit]
Description=Timer for Report Service

[Timer]
OnCalendar=*-*-* 2:00:00
Persistent=true

[Install]
WantedBy=timers.target

但现在,我必须使用 OpenRC,但我真的不明白它是如何工作的!

有人解释了 OpenRC 的工作原理,并根据我的示例,如何使用 OpenRC 创建服务,以了解如何使用它?

非常感谢!

1 个答案:

答案 0 :(得分:0)

可能最好的学习选择是this

基本脚本是这样的:

 are you?\n