mirror of
https://github.com/luscis/openlan.git
synced 2025-10-14 20:55:54 +08:00
13 lines
274 B
Desktop File
Executable File
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
|