blob: c5b8d59ffcccb65dc547846f9ce60df221b5f2af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description = An enhanced version of the PXE server.
Documentation = https://www.iventoy.com/cn/doc_start.html
Documentation = https://www.iventoy.com/en/doc_start.html
Requires = network-online.target
After = network-online.target
[Service]
Type = forking
PIDFile = /run/iventoy.pid
WorkingDirectory = /opt/iventoy
ExecStart = /usr/bin/iventoy -R start
ExecStop = /usr/bin/iventoy stop
[Install]
WantedBy = multi-user.target
|