Newer Older
9 lines | 0.157kb
initial commit
admin cloud-section (root) authored on 2016-12-10
1
[Unit]
2
Description=Gère applications Nodes par NPM
3
After=nginx.service
4

            
5
[Service]
6
ExecStart=/bin/su - %i -c ./bin/www
7

            
8
[Install]
9
WantedBy=multi-user.target