mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-15 04:30:48 +02:00
17 lines
308 B
Desktop File
Executable File
17 lines
308 B
Desktop File
Executable File
[Unit]
|
|
Description=node
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=futurebit
|
|
#Start:
|
|
ExecStart=/opt/apolloapi/backend/node/node_start.sh
|
|
#WorkingDirectory=/opt/apolloapi/backend/node
|
|
#Stop:
|
|
TimeoutStartSec=300
|
|
ExecStop=/opt/apolloapi/backend/node/node_stop.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|