Skip to content

Commit 8aca088

Browse files
committed
chore: initial service file
1 parent f323a31 commit 8aca088

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

litemon.service

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)