Skip to content

Commit 2f51a14

Browse files
committed
parametrize storage dir in zramsync.service
Signed-off-by: Markus Storm <[email protected]>
1 parent 4dace53 commit 2f51a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zramsync.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ BindsTo=zram-config.service
1010
Type=oneshot
1111
TimeoutSec=300
1212
RemainAfterExit=yes
13-
ExecStop=-/usr/local/sbin/zramsync "sync" "/storage/zram"
13+
ExecStop=-/usr/local/sbin/zramsync "sync" "%STORAGE/zram"
1414
ExecStopPost=/usr/local/sbin/zram-config "stop"
1515

1616
[Install]

0 commit comments

Comments
 (0)