Skip to content

Commit

Permalink
Add service files for python3
Browse files Browse the repository at this point in the history
  • Loading branch information
trixing committed Sep 27, 2021
1 parent 2b00e53 commit 000b9f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.pyc
*~
service/supervise
service/log/supervise
ve_utils.py
vedbus.py
3 changes: 3 additions & 0 deletions service/log/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
exec 2>&1
exec multilog t s99999 n8 /var/log/dbus-fronius-smartmeter
2 changes: 1 addition & 1 deletion service/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
python /data/venus.dbus-fronius-smartmeter/dbus-fronius-smartmeter.py
python3 /data/venus.dbus-fronius-smartmeter/dbus-fronius-smartmeter.py

0 comments on commit 000b9f1

Please sign in to comment.