1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2024-11-24 08:12:13 +02:00
This commit is contained in:
MarkParker5 2020-11-05 21:41:31 +02:00
parent 58a1c0da8a
commit f0bab69eb3

View File

@ -37,19 +37,3 @@ def method(params, finish_event):
patterns = ['* обновись *', '* можешь обновиться *', '* обнови себя *', '* скачай обновления *']
gitpull = RPi('git pull archie.git', [], patterns)
gitpull.setStart(method)
#
[Unit]
Description=A.R.C.H.I.E.
[Service]
WorkingDirectory=/home/pi/archie
ExecStart=/home/pi/archie/main.py
Restart=always
RestartSec=10
KillSignal=SIGINT
SyslogIdentifier=archie
[Install]
WantedBy=multi-user.target