diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/logging.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/logging.service b/etc/logging.service new file mode 100644 index 0000000..e2d7c93 --- /dev/null +++ b/etc/logging.service @@ -0,0 +1,9 @@ +[Unit] +Description=logging + +[Service] +ExecStart=/home/pi/midbro/script/logging.py /home/pi/data/log/sysinfo.log +Restart=always + +[Install] +WantedBy=multi-user.target |