Advertisement
Larrisa

systemd.conf

Mar 19th, 2023
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. [Unit]
  2. Description= Client Book
  3.  
  4. [Service]
  5. User=server
  6. ExecStart=/home/server/clientbook/env/bin/python3 /home/server/clientbook/client_book/client_book/manage.py runserver 0.0.0.0:8000
  7. Restart=always
  8.  
  9. [Install]
  10. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement