2021-05-19 10:08:16 +09:00
|
|
|
[Unit]
|
|
|
|
Description=Matrix-puppeteer-line bridge
|
2021-06-13 21:35:14 +09:00
|
|
|
BindsTo=matrix-puppeteer-line-chrome.target
|
2021-05-19 10:08:16 +09:00
|
|
|
After=matrix-puppeteer-line-chrome.target
|
|
|
|
|
|
|
|
[Service]
|
2021-06-14 08:13:42 +09:00
|
|
|
; User=matrix-line
|
|
|
|
; Group=matrix
|
2021-05-19 10:08:16 +09:00
|
|
|
WorkingDirectory=/opt/synapse/bridges/matrix-puppeteer-line
|
|
|
|
ExecStart=/opt/synapse/bridges/matrix-puppeteer-line/.venv/bin/python -m matrix_puppeteer_line
|
2021-06-14 08:13:42 +09:00
|
|
|
RuntimeDirectory=matrix/puppeteer-line
|
2021-05-19 10:08:16 +09:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|