generated from mirzaev/pot
15 lines
303 B
SYSTEMD
15 lines
303 B
SYSTEMD
|
[Unit]
|
||
|
Description=Parser from Rossko(import)
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
WorkingDirectory=/var/www/parser_from_rossko/mirzaev/parser_from_rossko/system/public
|
||
|
ExecStart=/usr/bin/php import.php
|
||
|
Restart=always
|
||
|
RestartSec=3600s
|
||
|
RuntimeMaxSec=86400s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|