Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
201 B

  1. [Unit]
  2. Description=Login Web Service
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. User=login
  7. Group=login
  8. WorkingDirectory=/srv/login
  9. ExecStart=/srv/login/server.py
  10. [Install]
  11. WantedBy=multi-user.target