File pm-profiler.service of Package pm-profiler
[Unit]
Description=Script infrastructure to enable/disable certain power management functions via simple configuration files
After=remote-fs.target
[Service]
Type=oneshot
EnvironmentFile=/etc/pm-profiler.conf
ExecStart=/usr/bin/pm-profiler -e ${PM_PROFILER_PROFILE}
RemainAfterExit=true
[Install]
WantedBy=multi-user.target