mirror of https://github.com/mikaku/Monitorix.git
systemd will start Monitorix right after reach 'Network Online'
This commit is contained in:
parent
560c70b6a7
commit
029aa97e03
|
@ -1,8 +1,8 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Monitorix
|
Description=Monitorix
|
||||||
Documentation=man:monitorix(8)
|
Documentation=man:monitorix(8)
|
||||||
Wants=local-fs.target
|
After=network-online.target
|
||||||
After=multi-user.target
|
Requires=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
|
Loading…
Reference in New Issue