diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-11-27 16:17:05 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-04-24 01:33:04 +0300 |
commit | c412bf2ee0a3fbf9032fc32a26837d4fbc7585c5 (patch) | |
tree | 5cca6bcab79331ad82cab4219c7692b9dd4eea21 /systemd/sound_bot.service |
initial public
Diffstat (limited to 'systemd/sound_bot.service')
-rw-r--r-- | systemd/sound_bot.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/systemd/sound_bot.service b/systemd/sound_bot.service new file mode 100644 index 0000000..63bde89 --- /dev/null +++ b/systemd/sound_bot.service @@ -0,0 +1,12 @@ +[Unit] +Description=MyHomeKit's Sound Bot for Telegram +After=network-online.target + +[Service] +Restart=on-failure +User=user +WorkingDirectory=/home/user +ExecStart=/home/user/homekit/src/sound_bot.py + +[Install] +WantedBy=multi-user.target
\ No newline at end of file |