Guest User

Untitled

a guest
Feb 18th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [Unit]
  2. Description=Sample to show logging from a Python application to systemd
  3. After=network.target
  4.  
  5. [Service]
  6. Type=simple
  7. ExecStart=/usr/local/bin/pysystemdlogging/run_app.sh
  8. Restart=on-abort
  9.  
  10. [Install]
  11. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment