You are viewing a single comment's thread.

view the rest of the comments →

0
1

[–] TeranNotTerran [S] 0 points 1 point (+1|-0) ago 

Have you written services? DynamicUsers? StateDir? Used .path, .network, or .timer?

0
1

[–] ThisIsMyRealName 0 points 1 point (+1|-0) ago 

I've written services and timers.

DynamicUsers? StateDir? Used .path, .network,

No, I haven't messed with those yet.

0
0

[–] TeranNotTerran [S] ago 

The basic stuff works well but there's lots of bugs. Like going from User= to DynamicUser= on a service could break it if it had the same name. systemd-resolved would stop serving requests for no reason. systemd-timesyncd failed for me once with no errors, leaving me with a bad clock.

I do like timers a lot vs cron. And being able to do stuff like systemctl list-units --state=failed is nice for monitoring.