2012-10-15 21:39:43 +08:00
|
|
|
devmon systemd service
|
|
|
|
======================
|
|
|
|
|
2015-04-28 04:13:11 +08:00
|
|
|
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)
|
2012-10-15 21:39:43 +08:00
|
|
|
|
|
|
|
cd etc/systemd
|
|
|
|
install -Dm644 devmon /etc/conf.d/devmon
|
|
|
|
install -Dm644 devmon@.service /usr/lib/systemd/system/devmon@.service
|
|
|
|
|
2015-04-28 04:13:11 +08:00
|
|
|
To Start: (this is not done automatically)
|
2012-10-15 21:39:43 +08:00
|
|
|
|
|
|
|
systemctl start devmon@<user>
|
|
|
|
|