You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/ocsinventory-agent/files/ocsinventory-agent.service

11 lines
177 B

[Unit]
Description=Cron job for OCS-Inventory agent
After=network.target
[Service]
User=root
ExecStart=/usr/bin/ocsinventory-agent --lazy
[Install]
WantedBy=multi-user.target