13 lines
278 B
Desktop File
13 lines
278 B
Desktop File
Description=Mailtrain server
|
|
Requires=After=mysql.service
|
|
|
|
[Service]
|
|
Environment="NODE_ENV=production"
|
|
WorkingDirectory=/opt/mailtrain
|
|
ExecStart=/usr/bin/node index.js >> /var/log/mailtrain.log 2>&1
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|