TCB13@lemmy.world to Linux@lemmy.mlEnglish · 2 years agoSystemd Working On "Storage Target Mode" Feature - Inspired By Apple macOSlemmy.worldimagemessage-square43fedilinkarrow-up198arrow-down14file-text
arrow-up194arrow-down1imageSystemd Working On "Storage Target Mode" Feature - Inspired By Apple macOSlemmy.worldTCB13@lemmy.world to Linux@lemmy.mlEnglish · 2 years agomessage-square43fedilinkfile-text
minus-squareTCB13@lemmy.worldOPlinkfedilinkEnglisharrow-up2arrow-down2·2 years agoYou assessment isn’t entirely correct as this is indeed related to systemd. Read the PR https://github.com/systemd/systemd/pull/29748
minus-squareimmibis@social.immibis.comlinkfedilinkarrow-up1arrow-down1·2 years ago@TCB13 services aren’t systemd-related just because they are launched by systemd.
minus-squarewinterayars@sh.itjust.workslinkfedilinkarrow-up2·2 years agoA service by itself shouldn’t be systemd, it should be implemented separately and run under systemd. However, this is using the systemd target subsystem which is a little more specific.
You assessment isn’t entirely correct as this is indeed related to systemd. Read the PR https://github.com/systemd/systemd/pull/29748
@TCB13 services aren’t systemd-related just because they are launched by systemd.
A service by itself shouldn’t be systemd, it should be implemented separately and run under systemd. However, this is using the systemd target subsystem which is a little more specific.
Exactly my point. Thanks.