From c412bf2ee0a3fbf9032fc32a26837d4fbc7585c5 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 27 Nov 2021 16:17:05 +0300 Subject: initial public --- systemd/pump_bot.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 systemd/pump_bot.service (limited to 'systemd/pump_bot.service') diff --git a/systemd/pump_bot.service b/systemd/pump_bot.service new file mode 100644 index 0000000..dd8a46b --- /dev/null +++ b/systemd/pump_bot.service @@ -0,0 +1,13 @@ +[Unit] +Description=Water Pump Telegram Bot +After=gpiorelayd.service + +[Service] +User=user +Group=user +Restart=on-failure +ExecStart=/home/user/homekit/src/pump_bot.py +WorkingDirectory=/home/user + +[Install] +WantedBy=multi-user.target \ No newline at end of file -- cgit v1.2.3