14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
[Unit]
|
|
Description=Moshing Mammut
|
|
|
|
[Service]
|
|
ExecStart=/home/moshing-mammut/app/start.sh
|
|
Restart=always
|
|
User=moshing-mammut
|
|
Group=moshing-mammut
|
|
Environment=PATH=/usr/bin:/usr/local/bin
|
|
Environment=NODE_ENV=production
|
|
WorkingDirectory=/home/moshing-mammut/app
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |