mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 15:52:39 +00:00
14 lines
251 B
Desktop File
14 lines
251 B
Desktop File
[Unit]
|
|
Description=Homebrewery Web Server
|
|
|
|
[Service]
|
|
User=root
|
|
BindsTo=mongod.service
|
|
After=mongod.service
|
|
Environment=NODE_ENV=local
|
|
WorkingDirectory=/usr/local/homebrewery
|
|
ExecStart=node server.js
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |