mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 15:45:12 +02:00
3 lines
161 B
Bash
Executable file
3 lines
161 B
Bash
Executable file
#!/bin/sh
|
|
install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agent
|
|
chpst -u _zabbix_agent:_zabbix_agent zabbix_agentd -f -c /etc/zabbix_agentd.conf
|