# Editing /etc/ncdm/sys.cfg and ~/.config/ncdm/usr.cfg
# Editing /etc/ncdm/sys.cfg and ~/.config/ncdm/usr.cfg
Hopefully the documentation in the source code's copy of sys.cfg provides sufficient enough documentation. If not, here's a sample /etc/ncdm/sys.cfg file from my system complete with the comments in the original:
```
# Command to use for halting
SHUTDOWN=halt
# Command to use for rebooting
REBOOT=reboot
# Command to use for suspending
SUSPEND=/usr/sbin/pm-suspend
# Command to use for hibernating
HIBERNATE=/usr/sbin/pm-hibernate
# Establish a consolekit session if available?
# (Note: this can be toggled off by a user if they don't need it)
CONSOLEKIT=yes
# Establish a fbterm session if available?
# (Note: this can be toggled off by a user if they don't want it)