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