12 lines
215 B
INI
12 lines
215 B
INI
|
[Unit]
|
||
|
Description=image upload periodically
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/python3 /home/sdt/Workspace/gseps/send_and_pub/send_and_pub.py
|
||
|
Restart=on-failure
|
||
|
Group=sdt
|
||
|
User=sdt
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|