systemd files from apk7-ubuntu

This commit is contained in:
2018-10-25 03:37:13 -03:00
parent af9bf9ff8d
commit ee987e663f
23 changed files with 2870 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=pandoc-as-a-service - If you need to convert text from one markup format into another, pandoc-as-a-service is your swiss-army knife.
Documentation=https://github.com/mrded/pandoc-as-a-service
After=network.target
[Service]
Environment="PORT=3001" "PATH=/home/renato/.cabal/bin:/home/renato/.local/bin:/home/renato/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin/:/usr/sbin:/usr/bin:/sbin:/bin:"
Type=simple
User=renato
WorkingDirectory=/home/renato/WebApp/pandoc-as-a-service/
ExecStart=/usr/bin/node index.js $PORT
Restart=on-failure
[Install]
WantedBy=multi-user.target