11 lines
160 B
SYSTEMD
11 lines
160 B
SYSTEMD
|
[Unit]
|
||
|
Description=Exchangefs
|
||
|
After=display-manager.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/mount /media/exchange
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|