~craftyguy/superd#44: 
Error with symbolic links in custom dir

Log: https://0x0.st/HzUf.txt It is a part of log with errors

Reproduce steps:

  1. Create directory in $HOME/.config/services/
  2. mkdir new-dir in $HOME/.config/services/
  3. Make symbolik link with ln -s some.service new-dir/
  4. Start superd -D $HOME/.config/services/new-dir
Status
REPORTED
Submitter
~timsofteng
Assigned to
No-one
Submitted
1 year, 11 months ago
Updated
1 year, 3 months ago
Labels
No labels applied.

~timsofteng 1 year, 11 months ago

By the way, I see some strange characters in log... It could be an issue as well.

~tomterl 1 year, 3 months ago

The strange characters are terminal escape-codes, the first sets the color to yellow (^[[33m), the second resets all attributes to the defaults (^[[0m).

Register here or Log in to comment, or comment via email.