taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

taler-local-blog.service (471B)


      1 [Unit]
      2 Description=Blog that accepts Taler payments.
      3 
      4 [Service]
      5 ExecStart=/home/depolymerization/.local/bin/taler-merchant-demos blog -c /home/depolymerization/.taler/config/taler.conf
      6 StandardOutput=append:/home/depolymerization/.taler/logs/taler-merchant-demos.log
      7 StandardError=append:/home/depolymerization/.taler/logs/taler-merchant-demos.log
      8 EnvironmentFile=/home/depolymerization/.config/systemd/user/taler-local-frontends.env
      9 
     10 [Install]
     11 WantedBy=multi-user.target