/lib/systemd/system/dotdee.service is in dotdee 2.0-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | [Unit]
Description=Dotdee to convert directories into dynamically generated files
[Service]
EnvironmentFile=-/etc/default/dotdee
ExecStart=/usr/bin/iwatch -f /etc/dotdee.xml -p /var/run/dotdee.pid
[Install]
WantedBy=multi-user.target
|