mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
systemd stdout/stderr syslog output is obsolete
This commit is contained in:
parent
b59ed2da19
commit
4fce720bd8
7 changed files with 14 additions and 14 deletions
|
|
@ -3,5 +3,5 @@ Description=Cryptshot Backup Service
|
|||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/cryptshot-execute
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ Description=Git Annex Assistant Service
|
|||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/git-annex assistant --foreground --autostart
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ ConditionACPower=false
|
|||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/lowbatt -u {{ user.name }}
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
Environment=DISPLAY=:0
|
||||
|
||||
[Install]
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ After=network.target
|
|||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/mailsync
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/{{ user.uid }}/bus
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ After=network.target
|
|||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/etesync-dav
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@ After=network.target
|
|||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/backitup {% if tarsnapper.ac_only %}-a {% endif %}-p {{ tarsnapper.period }} -l /usr/local/etc/tarsnapper.lastrun -b "/usr/bin/tarsnapper -c /usr/local/etc/tarsnapper.conf make"
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ After=network.target
|
|||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
ExecStart=/usr/bin/units_cur{% if 'args' in units %} {{ units.args }}{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue