Commit 029c2ff10034233e7dfb66b7cc12fd7468ff0793

Authored by Athos
1 parent 1a035c1a

add systemd unit file

Showing 1 changed file with 11 additions and 0 deletions   Show diff stats
copr_status.service 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +[Unit]
  2 +Description=Copr Status
  3 +After=network.target
  4 +
  5 +[Service]
  6 +ExecStart=/usr/bin/plackup -Ilib
  7 +WorkingDirectory=/var/www/copr-status
  8 +Restart=on-failure
  9 +
  10 +[Install]
  11 +WantedBy=multi-user.target
... ...