Skip to content

Instantly share code, notes, and snippets.

View HillReywer's full-sized avatar
🇫🇷
Looking for a job =)

Andrei Kuzmin HillReywer

🇫🇷
Looking for a job =)
  • Paris, France
View GitHub Profile
@piraz
piraz / monitor_service.py
Last active April 6, 2022 02:58
Script that monitors a service running on systemd. If service is not running the script will try to start the service.
#!/bin/python
#
# Copyright 2016 Flavio Garcia
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#