reload nginx when anything under its config dir/subdirs changes:# fatrace-run -p /etc/nginx -f 'WD<>' -- pkill -HUP -F /run/nginx.pid(-p to also echo events to stdout, "-f W" will filter file writes, D - deletions, <> - renames)...
[Unit] Description=The PHP FastCGI Process Manager After=network.target [Service] Type=simple PIDFile=/data/app/var/run/php-fpm.pid ExecStart=/data/app/sbin/arm-himix200-linux-php-fpm --nodaemonize --fpm-config /data/app/etc/php/php-fpm.conf ExecReload=/bin/kill -USR2 $MAINPID # S...
// parseWindowsDevice parses a device mapping string to a container.DeviceMapping struct // knowing that the target is a Windows daemon func parseWindowsDevice(device string) (container.DeviceMapping, error) { return container.DeviceMapping{PathOnHost: device}, nil } // validateDeviceCgroupRule ...
[09:02:28.206][PowerShell ][Info ] Run script with parameters: -Create True -VhdPathOverride -SwitchSubnetAddress 10.0.75.0 -SwitchSubnetMaskSize 24 -CPUs 2 -Memory 2048 -IsoFile C:\Program Files\Docker\Docker\Resources\mobylinux.iso... [09:02:28.221][HyperV ][Info ] Script started at...
For example, to e.g. reload nginx when anything under its config dir/subdirs changes:# fatrace-run -p /etc/nginx -f 'WD<>' -- pkill -HUP -F /run/nginx.pid(-p to also echo events to stdout, "-f W" will filter file writes, D - deletions, <> - renames)...