[Unit] Description=rocketchat After=network.target [Service] Type=simple WorkingDirectory=#DESTDIR# User=#USER# ExecStart=#NODE# main.js Restart=always SyslogIdentifier=rocketchat Environment="BIND_IP=127.0.0.1" Environment="ROOT_URL=https://#ROOTURL##LOCATION#" Environment="PORT=#PORT#" Environment="MONGO_URL=mongodb://localhost:27017/#DBNAME#" [Install] WantedBy=multi-user.target