§2024-11-27

§$ systemctl cat RocketChatLaiKos.service

# /etc/systemd/system/RocketChatLaiKos.service
[Unit]
Description=The Rocket.Chat server
After=network.target remote-fs.target nss-lookup.target nginx.service mongod.service
[Service]
# ExecStart=/home/alexlai/.local/share/fnm/node-versions/v14.21.3/installation/bin/node /opt/Rocket.Chat/main.js
ExecStart=/bin/bash -c 'printenv; /home/alexlai/.local/share/fnm/node-versions/v20.17.0/installation/bin/node /opt/Rocket.Chat-7.0.0/main.js'
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=rocketchat
User=rocketchat

# Environment="MONGO_URL=mongodb://siteRootAdmin:b23258585@x8664Arch.yushei.com.tw:27017,n2Bookworm.yushei.com.tw:27017,n2Jammy.yushei.com.tw:27017/LaiKos?replicaSet=odroid01&authSource=admin"
# Environment="MONGO_OPLOG_URL=mongodb://siteRootAdmin:b23258585@x8664Arch.yushei.com.tw:27017,n2Bookworm.yushei.com.tw:27017,n2Jammy.yushei.com.tw:27017/LaiKos?replicaSet=odroid01&authSource=admin"

Environment="MONGO_URL=mongodb://siteRootAdmin:b23258585@redisMongo03.yushei.com.tw:27017,redisMongo04.yushei.com.tw:27017,redisMongo05.yushei.com.tw:27017/LaiKos?replicaSet=ys20220318&authSource=admin"
Environment="MONGO_OPLOG_URL=mongodb://siteRootAdmin:b23258585@redisMongo03.yushei.com.tw:27017,redisMongo04.yushei.com.tw:27017,redisMongo05.yushei.com.tw:27017/LaiKos?replicaSet=ys20220318&authSource=admin

# Environment="MONGO_URL=mongodb://siteRootAdmin:23258585@ysmongov801.yushei.com.tw:27017,ysmongov802.yushei.com.tw:27017,ysmongov803.yushei.com.tw:27017/LaiKos?replicaSet=ys20241107&authSource=admin"
# Environment="MONGO_OPLOG_URL=mongodb://siteRootAdmin:23258585@ysmongov801.yushei.com.tw:27017,ysmongov802.yushei.com.tw:27017,ysmongov803.yushei.com.tw:27017/LaiKos?replicaSet=ys20241107&authSource=admin"

# mongodb://siteRootAdmin:23258585@ysmongov801.yushei.com.tw:27017,ysmongov802.yushei.com.tw:27017,ysmongov803.yushei.com.tw:27017/admin?replicaSet=ys20241107'

Environment="ROOT_URL=https://munetaka.me:43887/"
Environment="PORT=43887"
Environment="ADMIN_USERNAME=LaiKosAdmin"
Environment="ADMIN_PASS=TseiLienLai#1950"
Environment="ADMIN_EMAIL=rai.sousuke@mac.com"
Environment="MAIL_URL=smtp://alexlai:alex1765@mail.h2Jammy.yushei.net:25/"
[Install]
WantedBy=multi-user.target