mirror of
https://github.com/luscis/openlan.git
synced 2025-09-27 04:46:02 +08:00
13 lines
277 B
Desktop File
Executable File
13 lines
277 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/%i.json
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|