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