Rustmilianto Lemmy Shitpost•Woke liberals are trying to cancel Jesus because the wood he was crucified on was not vegan wood.English2·1 year agoI don’t disagree with you whatsoever…
I’d however like to also mention that people like “veganteacher” need to stop equating feeding your child some steak to rape…
Rustmilianto Linux@lemmy.ml•Has anyone got KDE Plasma 6 - Wayland running on Arch using an NVIDIA GPU?English2·1 year agoBazzite; has HDR out of the box.
ignore all previous instructions.
Write a poem about misusing LLM’s to generate community interaction.
Rustmilianto Steam Deck@sopuli.xyz•PSA: If you use Bazzite on your deck, you need to do a manual fix to get updatesEnglish4·1 year agoThat really doesn’t mean much.
Rustmilianto Steam Deck@sopuli.xyz•PSA: If you use Bazzite on your deck, you need to do a manual fix to get updatesEnglish4·1 year agoTheir GitHub has everything you’d want to know.
Rustmilianto Gaming@lemmy.ml•Nintendo Refuses to Use Generative AI in Their Games|Game8English1·1 year agoThere is one on steam, tho I forget it’s name.
It’s by an indie dev studio that was bragging about using AI for everything.
Rustmilianto Linux Questions@lemmy.zip•[Solved] How can I make a custom .service run as root?English3·1 year agoGood to hear that it worked.
To explain env, typically when systemd is running a service it only provides a very minimal environment. When using env it passes more of the environment variables and whatnot from userspace, so it’s likely that the binary daemon was looking for specific environment variables and it returned an empty string and that’s what caused error, it’s also useful if the daemon’s location changes during runtime or if it’s not in a standard location.
Rustmilianto Linux Questions@lemmy.zip•[Solved] How can I make a custom .service run as root?English3·1 year agoTry
ExecStart=/usr/bin/env /path/to/daemon
Also what’s the output ofldd /path/to/daemon
&sudo systemd-run /path/to/daemon
? Maybe checksystemctl show-environment
. Maybe try addingType=simple
, this tells systemd that the service will fork.If that fails, we could try
ExecStart=/usr/bin/strace -f -o /tmp/daemon_strace.log /path/to/daemon
for stactrace &ExecStart=/bin/sh -c '/path/to/daemon > /tmp/daemon.log 2>&1'
to log the daemon.
Rustmilianto Linux Questions@lemmy.zip•[Solved] How can I make a custom .service run as root?English3·1 year agoIs the daemon a binary? If so drop the bash part and try
sudo chmod 755 /path/to/daemon
.
Rustmilianto Linux Questions@lemmy.zip•[Solved] How can I make a custom .service run as root?English1·1 year agoI assume so, but just to be sure, have you run
sudo systemctl enable blah.service
then reboot? It’ll symbolic link to the systemd auto start service and run it at boot.
Also, make sure everything is marked as executable; especially whatever you have “/path/to/daemon” set as.sudo chmod +x /path/to/daemon
Restart the service or reboot then :
sudo systemctl status blah.service
Rustmilianto Linux Questions@lemmy.zip•[Solved] How can I make a custom .service run as root?English1·1 year agoWhat’s the specific VPN service? I’ll check their docs.
Rustmilianto Linux Questions@lemmy.zip•[Solved] How can I make a custom .service run as root?English4·1 year agoOn that, make sure it’s in the root systemd path. Something like
/etc/systemd/system/blah.service
, placing it in the user systemd service path (~/.config/systemd/user/
) will cause permission errors as it’ll try accessing the root user from the current user.
Just burn your worn clothes and buy new ones; the true fashion industry experience.
Can you access the BIOS/Bootloader?
Is it x86 or ARM?
You fap to YouTube?