10 lines
129 B
SYSTEMD
10 lines
129 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run lmn-sync after boot
|
||
|
After=network-online.target
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=0min
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|