12 lines
156 B
Desktop File
12 lines
156 B
Desktop File
[Unit]
|
|
Description=pyinotifyd
|
|
After=fs.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/pyinotifyd
|
|
TimeoutStopSec=300
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|