2023-09-06 10:02:39 +00:00
|
|
|
[Unit]
|
2023-09-07 05:30:58 +00:00
|
|
|
Description=image upload periodically
|
2023-09-06 10:02:39 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/bin/python3 /home/sdt/Workspace/gseps/send_and_pub/send_and_pub.py
|
2023-09-07 05:30:58 +00:00
|
|
|
WorkingDirectory=/home/sdt/Workspace/gseps/send_and_pub
|
2023-09-06 10:02:39 +00:00
|
|
|
Restart=on-failure
|
|
|
|
Group=sdt
|
|
|
|
User=sdt
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|