Examples of systemd units that I crafted over time
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
321 B

[Unit]
Description=Mount the "/mnt/test" filesystem
Documentation=https://github.com/nmasse-itix/Systemd-Examples
After=backup-mnt-test.service
Requires=backup-mnt-test.service
Before=restore-mnt-test.service
Wants=restore-mnt-test.service
[Mount]
What=tmpfs
Where=/mnt/test
Type=tmpfs
[Install]
WantedBy=custom.target