Files
openlan/dist/rootfs/usr/lib/systemd/system/openlan-switch.service
Daniel Ding 2b2b737e87
Some checks are pending
Coverage CI / build (push) Waiting to run
CodeQL / Analyze (go) (push) Waiting to run
Ubuntu CI / build (push) Waiting to run
fea: add ceci service.
2025-01-02 10:53:55 +08:00

15 lines
301 B
Desktop File
Executable File

[Unit]
Description=OpenLAN Central Switch daemon
After=network.target
Requires=openlan-confd.service
[Service]
Type=notify
EnvironmentFile=/etc/sysconfig/openlan/switch.cfg
ExecStart=/var/openlan/script/switch.sh start $OPTIONS
LimitNOFILE=102400
Restart=always
[Install]
WantedBy=multi-user.target