We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f323a31 commit 8aca088Copy full SHA for 8aca088
1 file changed
litemon.service
@@ -0,0 +1,14 @@
1
+[Unit]
2
+Description=LiteMon - lightweight metrics collector for Linux
3
+After=local-fs.target network-online.target systemd-resolved.service
4
+
5
+[Service]
6
+ExecStart=/usr/bin/litemon /etc/litemon/config.kdl
7
+Type=exec
8
+Restart=on-failure
9
+PrivateTmp=yes
10
+ProtectSystem=strict
11
+ProtectHome=read-only
12
13
+[Install]
14
+WantedBy=multi-user.target
0 commit comments