Alexander Popov
7b7e7e49c7
add to help information to automatically start service on boot fix service and timer WantedBy parameter
12 lines
173 B
SYSTEMD
12 lines
173 B
SYSTEMD
[Unit]
|
|
Description=vk.com set online status timer
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnUnitActiveSec=4min
|
|
Persistent=true
|
|
Unit=vk0nline.service
|
|
|
|
[Install]
|
|
WantedBy=default.target
|