Files
openlan/dist/rootfs/usr/lib/systemd/system/openlan-access@.service
2025-04-12 17:24:05 +08:00

13 lines
272 B
Desktop File
Executable File

[Unit]
Description=OpenLAN Access daemon for %I
After=network.target
[Service]
Type=notify
EnvironmentFile=/etc/sysconfig/openlan/access.cfg
ExecStart=/usr/bin/openlan-access $OPTIONS -conf /etc/openlan/access/%i.yaml
Restart=always
[Install]
WantedBy=multi-user.target