Files
openlan/dist/rootfs/usr/lib/systemd/system/openlan-point@.service
2023-04-09 22:30:25 +08:00

13 lines
274 B
Desktop File
Executable File

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