Add flame
This commit is contained in:
parent
79cee1b8e1
commit
8817ddba0a
10 changed files with 100 additions and 0 deletions
13
ressources/flame/rootfs/usr/lib/systemd/system/flame.service
Normal file
13
ressources/flame/rootfs/usr/lib/systemd/system/flame.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Flame server
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
User=flame
|
||||
Group=flame
|
||||
EnvironmentFile=/etc/default/flame
|
||||
ExecStart=/usr/bin/node server.js
|
||||
WorkingDirectory=/usr/share/flame
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue