github.com/EngineerKamesh/gofullstack@v0.0.0-20180609171605-d41341d7d4ee/volume4/section2/gopherface/config/gopherface.service (about)

     1  [Unit]
     2  Description=GOPHERFACE
     3  [Service]
     4  USER=gopherface
     5  GROUP=gopherface
     6  Environment=GOPHERFACE_APP_ROOT=/home/gopherface/gopherface
     7  Environment=GOPHERFACE_HASH_KEY=CRKVBJs0kfyeQ9Y1
     8  Environment=GOPHERFACE_BLOCK_KEY=9LtmRLzVH27CwxrO
     9  WorkingDirectory=/home/gopherface/gopherface
    10  ExecStart=/home/gopherface/gopherface/gopherface
    11  Restart=always
    12  [Install]
    13  WantedBy=multi-user.target