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.

12 lines
253 B

[Unit]
Description=Mount the "/mnt/backup" filesystem
Documentation=https://github.com/nmasse-itix/Systemd-Examples
[Mount]
What=tmpfs
Where=/mnt/backup
Type=tmpfs
Options=context=system_u:object_r:container_file_t:s0
[Install]
WantedBy=custom.target