o5.service 193 B

12345678910111213141516
  1. [Unit]
  2. Description=O5 Council
  3. After=network.target
  4. [Service]
  5. User=o5
  6. Group=o5
  7. WorkingDirectory=/home/o5
  8. ExecStart=/bin/zsh o5.sh
  9. Type=simple
  10. Restart=always
  11. [Install]
  12. WantedBy=default.target