Skip to content
#

pages

Here are 360 public repositories matching this topic...

MichaIng
MichaIng commented Mar 3, 2020

Did you thing about a systemd service? Something like:

[Unit]
Description=vmtouch
Documentation=https://github.com/hoytech/vmtouch/blob/master/vmtouch.pod
DefaultDependencies=no
After=local-fs.target
Conflicts=shutdown.target
Before=shutdown.target

[Service]
EnvironmentFile=/etc/default/vmtouch
ExecStart=/usr/bin/vmtouch $VMTOUCH_OPTIONS $VMTOUCH_FILES

[Install]
WantedBy=local

Improve this page

Add a description, image, and links to the pages topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pages topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.