You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
408 B
15 lines
408 B
[Unit] |
|
Description=Memstrack Anylazing Service |
|
DefaultDependencies=no |
|
Before=dracut-cmdline.service systemd-udevd.service local-fs-pre.target |
|
IgnoreOnIsolate=true |
|
ConditionKernelCommandLine=|rd.memdebug=4 |
|
ConditionKernelCommandLine=|rd.memdebug=5 |
|
|
|
[Service] |
|
Type=simple |
|
ExecStart=/bin/memstrack-start |
|
PIDFile=/run/memstrack.pid |
|
StandardInput=null |
|
StandardOutput=journal+console |
|
StandardError=journal+console
|
|
|