mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 18:12:40 +00:00
13 lines
221 B
Desktop File
13 lines
221 B
Desktop File
[Unit]
|
|
Description=Homebrewery Web Server
|
|
|
|
[Service]
|
|
User=root
|
|
After=mongodb
|
|
Environment=NODE_ENV=local
|
|
WorkingDirectory=/usr/local/homebrewery
|
|
ExecStart=node server.js
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |