2020-02-17 00:01:41 -05:00
|
|
|
[Unit]
|
|
|
|
Description="Osselbot coded for civilians all partying"
|
|
|
|
|
|
|
|
[Service]
|
2020-04-05 08:14:37 -04:00
|
|
|
Type=simple
|
2020-05-02 11:53:26 -04:00
|
|
|
ExecStart=/home/ec2-user/Osselbot/src/bot-start.sh
|
2020-04-05 08:14:37 -04:00
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=5s
|
2020-05-02 11:53:26 -04:00
|
|
|
User=ec2-user
|
2020-02-17 00:01:41 -05:00
|
|
|
# Note Debian/Ubuntu uses 'nogroup', RHEL/Fedora uses 'nobody'
|
2020-05-02 11:53:26 -04:00
|
|
|
Group=nobody
|
2020-02-17 00:01:41 -05:00
|
|
|
Environment=PATH=/usr/bin:/usr/local/bin
|
|
|
|
Environment=NODE_ENV=production
|
2020-05-02 11:53:26 -04:00
|
|
|
WorkingDirectory=/home/ec2-user/Osselbot/src/
|
2020-02-17 00:01:41 -05:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|