Skip to content

Commit 59d624f

Browse files
committed
Update systemd unit
1 parent ead94fc commit 59d624f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pixie.service

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[Unit]
22
Description=pixie
33
After=network.target
4+
StartLimitInterval=0
45

56
[Service]
67
Type=simple
@@ -10,6 +11,10 @@ ExecStart=/usr/local/bin/pixie-server -s /var/local/lib/pixie
1011
Environment=RUST_LOG=info
1112
WorkingDirectory=/var/local/lib/pixie
1213
ExecReload=kill -HUP $MAINPID
14+
Restart=always
15+
RestartSec=30
16+
LimitNOFILE=65536
17+
1318

1419
[Install]
1520
WantedBy=multi-user.target

0 commit comments

Comments
 (0)