Skip to content

Commit bdd7929

Browse files
committed
fix: using default python
1 parent e30a4e3 commit bdd7929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middager-sync.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Group=appropriate-group
1010
WorkingDirectory=/home/pi
1111
Type=simple
1212
Restart=on-abort
13-
ExecStart=/usr/bin/python3 /home/pi/Middager/middag.py
13+
ExecStart=/usr/bin/python /home/pi/Middager/middag.py
1414

1515
[Install]
1616
WantedBy=multi-user.target

0 commit comments

Comments
 (0)