Magellan Linux

Contents of /mcore-src/trunk/mcore-tools/src/modules/pxeconfig/systemd/mcore-pxeconfig.timer

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2689 - (show annotations) (download)
Fri Dec 11 12:31:06 2015 UTC (8 years, 5 months ago) by niro
File size: 210 byte(s)
-updated timer configuration that it actually works
1 [Unit]
2 Description=Runs PXE Configuration Service every 10 seconds
3
4 [Timer]
5 OnBootSec=30s
6 OnStartupSec=10s
7 OnActiveSec=10s
8 OnUnitActiveSec=10s
9 Unit=mcore-pxeconfig.service
10
11 [Install]
12 WantedBy=multi-user.target