SM
Size: a a a
VS
VS
A
systemctl status incron.service
● incron.service - file system events scheduler
Loaded: loaded (/lib/systemd/system/incron.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2019-10-23 12:01:28 CEST; 22h ago
Process: 696 ExecStart=/usr/sbin/incrond (code=exited, status=0/SUCCESS)
Main PID: 708 (incrond)
Tasks: 1 (limit: 4915)
Memory: 844.0K
CPU: 2ms
CGroup: /system.slice/incron.service
└─708 /usr/sbin/incrond
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
cat /lib/systemd/system/incron.service
[Unit]
Description=file system events scheduler
[Service]
Type=forking
PIDFile=/run/incrond.pid
ExecStart=/usr/sbin/incrond
[Install]
WantedBy=multi-user.target
A
SI
AS
K
K
AS
AS
K