File: README

package info (click to toggle)
udevil 0.4.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,608 kB
  • sloc: sh: 12,733; ansic: 6,018; makefile: 69
file content (16 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
devmon systemd service
======================

Note: If using a sysconfdir other than /etc or an install prefix other than
/usr, the file devmon@.service must be edited to use the correct paths.

To Install: (this is done by the build system)

    cd etc/systemd
    install -Dm644 devmon /etc/conf.d/devmon
    install -Dm644 devmon@.service /usr/lib/systemd/system/devmon@.service

To Start: (this is not done automatically)

    systemctl start devmon@<user>