From 50fa972daf8c0fced8ced9d507f1c75d4149b023 Mon Sep 17 00:00:00 2001 From: ntki72 Date: Mon, 26 Aug 2024 13:04:21 +0000 Subject: [PATCH] revert 511309f219aeb34c43ce8a1d61eaac22591d5ff8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert _voicepeak-api.service を削除 --- _voicepeak-api.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _voicepeak-api.service diff --git a/_voicepeak-api.service b/_voicepeak-api.service new file mode 100644 index 0000000..de66b70 --- /dev/null +++ b/_voicepeak-api.service @@ -0,0 +1,14 @@ +[Unit] +Description=VOICEPEAK API Service +After=network.target + +[Service] +User=your_user +Group=your_group +WorkingDirectory=/path/to/your/project +Environment="PATH=/path/to/your/project/venv/bin" +ExecStart=/path/to/your/project/venv/bin/python /path/to/your/project/app.py +Restart=always + +[Install] +WantedBy=multi-user.target