11 lines
143 B
SYSTEMD
11 lines
143 B
SYSTEMD
|
[Unit]
|
||
|
Description=ignited
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/ignited daemon
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|