summarylogtreecommitdiffstats
path: root/scstadmin.service
blob: 1edcedc91180f56e1f2365331395b167b1ab60fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=SCST system loading (scstadmin related)
After=network-online.target remote-fs.target

[Service]
Type=oneshot
RemainAfterExit=yes
RuntimeDirectory=scst/tp_pr scst/tp_dif_tags scst/vdev_mode_pages
StateDirectory=scst/pr scst/dif_tags
RuntimeDirectoryMode=700
StateDirectoryMode=700
ExecStart=/usr/lib/scst/service start
ExecReload=/usr/lib/scst/service reload
ExecStop=/usr/lib/scst/service stop

[Install]
WantedBy=multi-user.target