FIx startup service

This commit is contained in:
Nik Rozman
2023-10-27 21:31:38 +02:00
parent 8781b47ec0
commit 9a3770380c

View File

@@ -27,7 +27,7 @@ After=network.target
[Service] [Service]
Type=simple Type=simple
ExecStart=/path/to/sflowtool -p 6343 -l > /path/to/sflow-abuse/pipe ExecStart=/bin/sh -c "/path/to/sflowtool -p 6343 -l > /path/to/sflow-abuse/pipe"
Restart=always Restart=always
[Install] [Install]