Admin Sky Blog
  • Admin Sky Blog
  • GitLab
  • Mikrotik
  • RocketChat
  • Ansible
    • Ansible. Windows
  • CitrixXenServer
    • XenServer. Change boot order for VM ( HDD / ISO )
    • Using GRE tunnel
    • Citrix XenServer
    • XenServer. Install extra software
    • XenServer 6.5. Install
    • XenServer 7.0. Install
    • XenServer 7.2. Install
  • Etc
    • VirtualUSB
  • Git
    • Endline
  • Linux
    • crontab
    • find + scp
    • sort by column
    • Sending Magic Keys through SSH
  • MacOS
    • OpenVPN. MacOS
    • Macos. Terminal touchid
  • Mail
    • Check reputation
    • Postfix: header_checks
  • PostgreSQL
    • Postgresql. Restore
  • Proxmox
    • GPU passthrow to VM
  • etc
    • VirtualUSB
  • windows
    • Autohotkey
    • Windows. Lost password
Powered by GitBook
On this page

RocketChat

/etc/systemd/system/rocketchat.service:

[Unit]
Description=RocketChat
After=network.target

[Service]
Type=simple
ExecStart=/opt/rocketchat/start.sh
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=rocketchat

[Install]
WantedBy=multi-user.target
PreviousMikrotikNextAnsible

Last updated 1 year ago