2021-12-01 13:07:21 -05:00
|
|
|
[Unit]
|
|
|
|
Description=matrix.to for Saintnet
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/local/bin/yarn start
|
|
|
|
Restart=always
|
2021-12-01 15:56:15 -05:00
|
|
|
User=node_matrix_to
|
2021-12-01 13:07:21 -05:00
|
|
|
Environment=PATH=/usr/bin:/usr/local/bin
|
|
|
|
Environment=NODE_ENV=production
|
|
|
|
WorkingDirectory=/srv/matrix.to
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|